mirror of https://github.com/arendst/Tasmota.git
correct library.properties
This commit is contained in:
parent
bad3b30656
commit
64af7728eb
|
@ -1,9 +1,9 @@
|
||||||
name=Waveshare esp 2.9 inch e-paper display driver
|
name=Display renderer
|
||||||
version=1.0
|
version=1.0
|
||||||
author=Gerhard Mutz
|
author=Gerhard Mutz
|
||||||
maintainer=Gerhard Mutz
|
maintainer=Gerhard Mutz
|
||||||
sentence=ESP8266 library for Waveshare e-paper display.
|
sentence=ESP8266 ESP32 library for Tasmota displays
|
||||||
paragraph=
|
paragraph=
|
||||||
category=Display
|
category=Display
|
||||||
url=https://github.com/gemu2015/Sonoff-Tasmota/tree/displays/lib/esp-epaper-29-ws-20171230-gemu-1.0#
|
url=https://github.com/arendst/Tasmota
|
||||||
architectures=*
|
architectures=*
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
name=Waveshare esp 2.9 inch e-paper display driver
|
||||||
|
version=1.0
|
||||||
|
author=Gerhard Mutz
|
||||||
|
maintainer=Gerhard Mutz
|
||||||
|
sentence=ESP8266 ESP32 library for Waveshare 2.9 inch e-paper display
|
||||||
|
paragraph=
|
||||||
|
category=Display
|
||||||
|
url=https://github.com/arendst/Tasmota
|
||||||
|
architectures=*
|
|
@ -0,0 +1,9 @@
|
||||||
|
name=Waveshare esp 4.2 inch e-paper display driver
|
||||||
|
version=1.0
|
||||||
|
author=Gerhard Mutz
|
||||||
|
maintainer=Gerhard Mutz
|
||||||
|
sentence=ESP8266 ESP32 library for Waveshare e-paper display.
|
||||||
|
paragraph=
|
||||||
|
category=Display
|
||||||
|
url=https://github.com/arendst/Tasmota
|
||||||
|
architectures=*
|
|
@ -0,0 +1,9 @@
|
||||||
|
name=ILI9341
|
||||||
|
version=1.0.0
|
||||||
|
author=Gerhard Mutz
|
||||||
|
maintainer=Gerhard Mutz
|
||||||
|
sentence=ILI9341 ESP8266 ESP32 display driver for Tasmota
|
||||||
|
paragraph=ILI9341 ESP8266 ESP32 display driver for Tasmota
|
||||||
|
category=Display
|
||||||
|
url=https://github.com/arendst/Tasmota
|
||||||
|
architectures=*
|
|
@ -1,9 +1,9 @@
|
||||||
name=RA8876
|
name=RA8876
|
||||||
version=1.0.2
|
version=1.0.0
|
||||||
author=Jaret Burkett
|
author=Jaret Burkett / Gerhard Mutz
|
||||||
maintainer=Jaret Burkett <jaretburkett@gmail.com>
|
maintainer=Gerhard Mutz
|
||||||
sentence=Library for RA8876 displays
|
sentence=Tasmota Library for RA8876 displays
|
||||||
paragraph=Library for RA8876 displays
|
paragraph=Tasmota Library for RA8876 displays
|
||||||
category=Display
|
category=Display
|
||||||
url=https://github.com/jaretburkett/ILI9488
|
url=https://github.com/arendst/Tasmota
|
||||||
architectures=*
|
architectures=*
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
name=Process_control
|
||||||
|
version=1.0.0
|
||||||
|
author=Colin Law
|
||||||
|
maintainer=Colin Law
|
||||||
|
sentence=C++ library of process control algorithms
|
||||||
|
paragraph=C++ library of process control algorithms
|
||||||
|
category=Heating
|
||||||
|
url=https://github.com/colinl/process-control.git
|
||||||
|
architectures=*
|
|
@ -0,0 +1,9 @@
|
||||||
|
name=stm32_flash
|
||||||
|
version=1.0.0
|
||||||
|
author=Tormod Volden
|
||||||
|
maintainer=Tormod Volden
|
||||||
|
sentence=STM32 Flasher
|
||||||
|
paragraph=STM32 Flaher
|
||||||
|
category=Tools
|
||||||
|
url=
|
||||||
|
architectures=esp8266
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "NimBLE-Arduino",
|
"name": "NimBLE-Arduino",
|
||||||
"keywords": "esp32, bluetooth",
|
"keywords": "esp32, bluetooth",
|
||||||
"description": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE",
|
"description": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE",
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "espressif32"
|
"platforms": "espressif32"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue