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
|
||||
author=Gerhard Mutz
|
||||
maintainer=Gerhard Mutz
|
||||
sentence=ESP8266 library for Waveshare e-paper display.
|
||||
sentence=ESP8266 ESP32 library for Tasmota displays
|
||||
paragraph=
|
||||
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=*
|
||||
|
|
|
@ -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
|
||||
version=1.0.2
|
||||
author=Jaret Burkett
|
||||
maintainer=Jaret Burkett <jaretburkett@gmail.com>
|
||||
sentence=Library for RA8876 displays
|
||||
paragraph=Library for RA8876 displays
|
||||
version=1.0.0
|
||||
author=Jaret Burkett / Gerhard Mutz
|
||||
maintainer=Gerhard Mutz
|
||||
sentence=Tasmota Library for RA8876 displays
|
||||
paragraph=Tasmota Library for RA8876 displays
|
||||
category=Display
|
||||
url=https://github.com/jaretburkett/ILI9488
|
||||
url=https://github.com/arendst/Tasmota
|
||||
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",
|
||||
"keywords": "esp32, bluetooth",
|
||||
"description": "Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue