components/esp32-owb/library.json

Wed, 04 Oct 2023 11:28:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 04 Oct 2023 11:28:49 +0200
changeset 80
715785443a95
parent 72
acc1904cd70d
permissions
-rw-r--r--

Version 0.3.1. Remove obsolete files from spiffs filesystem. Removed obsolete wifi stations.conf file and functions. Removed obsolete user screens.

{
  "name": "esp32-owb",
  "keywords": "onewire, 1-wire, bus, sensor, temperature",
  "description": "ESP32-compatible C component for the Maxim Integrated 1-Wire protocol.",
  "repository":
  {
    "type": "git",
    "url": "https://github.com/DavidAntliff/esp32-owb.git"
  },
  "authors":
  [
    {
      "name": "David Antliff",
      "url": "https://github.com/DavidAntliff",
      "maintainer": true
    },
    {
      "name": "Chris Morgan",
      "url": "https://github.com/chmorgan"
    }
  ],
  "version": "0.1",
  "frameworks": "espidf",
  "platforms": "espressif32",
  "build": {
    "flags": [
        "-I include/"
    ]
  }
}

mercurial