mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 15:42:20 +03:00
Добавляем требуемы библиотеки в конфиг для TM16XX
This commit is contained in:
@@ -78,10 +78,14 @@
|
|||||||
"defActive": false,
|
"defActive": false,
|
||||||
"usedLibs": {
|
"usedLibs": {
|
||||||
"esp32*": [
|
"esp32*": [
|
||||||
"https://github.com/maxint-rd/TM16xx"
|
"https://github.com/maxint-rd/TM16xx",
|
||||||
|
"https://github.com/adafruit/Adafruit-GFX-Library",
|
||||||
|
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||||||
],
|
],
|
||||||
"esp82*": [
|
"esp82*": [
|
||||||
"https://github.com/maxint-rd/TM16xx"
|
"https://github.com/maxint-rd/TM16xx",
|
||||||
|
"https://github.com/adafruit/Adafruit-GFX-Library",
|
||||||
|
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user