mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
fix lib TM16XX
This commit is contained in:
@@ -104,35 +104,43 @@
|
|||||||
"usedLibs": {
|
"usedLibs": {
|
||||||
"esp32_4mb": [
|
"esp32_4mb": [
|
||||||
"https://github.com/maxint-rd/TM16xx",
|
"https://github.com/maxint-rd/TM16xx",
|
||||||
"adafruit/Adafruit GFX Library @ ^1.11.5"
|
"adafruit/Adafruit GFX Library @ ^1.11.5",
|
||||||
|
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||||||
],
|
],
|
||||||
"esp8266_4mb": [
|
"esp8266_4mb": [
|
||||||
"https://github.com/maxint-rd/TM16xx",
|
"https://github.com/maxint-rd/TM16xx",
|
||||||
"adafruit/Adafruit GFX Library @ ^1.11.5"
|
"adafruit/Adafruit GFX Library @ ^1.11.5",
|
||||||
|
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||||||
],
|
],
|
||||||
"esp8266_1mb": [
|
"esp8266_1mb": [
|
||||||
"https://github.com/maxint-rd/TM16xx",
|
"https://github.com/maxint-rd/TM16xx",
|
||||||
"adafruit/Adafruit GFX Library @ ^1.11.5"
|
"adafruit/Adafruit GFX Library @ ^1.11.5",
|
||||||
|
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||||||
],
|
],
|
||||||
"esp8266_1mb_ota": [
|
"esp8266_1mb_ota": [
|
||||||
"https://github.com/maxint-rd/TM16xx",
|
"https://github.com/maxint-rd/TM16xx",
|
||||||
"adafruit/Adafruit GFX Library @ ^1.11.5"
|
"adafruit/Adafruit GFX Library @ ^1.11.5",
|
||||||
|
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||||||
],
|
],
|
||||||
"esp8285_1mb": [
|
"esp8285_1mb": [
|
||||||
"https://github.com/maxint-rd/TM16xx",
|
"https://github.com/maxint-rd/TM16xx",
|
||||||
"adafruit/Adafruit GFX Library @ ^1.11.5"
|
"adafruit/Adafruit GFX Library @ ^1.11.5",
|
||||||
|
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||||||
],
|
],
|
||||||
"esp8285_1mb_ota": [
|
"esp8285_1mb_ota": [
|
||||||
"https://github.com/maxint-rd/TM16xx",
|
"https://github.com/maxint-rd/TM16xx",
|
||||||
"adafruit/Adafruit GFX Library @ ^1.11.5"
|
"adafruit/Adafruit GFX Library @ ^1.11.5",
|
||||||
|
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||||||
],
|
],
|
||||||
"esp8266_2mb": [
|
"esp8266_2mb": [
|
||||||
"https://github.com/maxint-rd/TM16xx",
|
"https://github.com/maxint-rd/TM16xx",
|
||||||
"adafruit/Adafruit GFX Library @ ^1.11.5"
|
"adafruit/Adafruit GFX Library @ ^1.11.5",
|
||||||
|
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||||||
],
|
],
|
||||||
"esp8266_2mb_ota": [
|
"esp8266_2mb_ota": [
|
||||||
"https://github.com/maxint-rd/TM16xx",
|
"https://github.com/maxint-rd/TM16xx",
|
||||||
"adafruit/Adafruit GFX Library @ ^1.11.5"
|
"adafruit/Adafruit GFX Library @ ^1.11.5",
|
||||||
|
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user