Добавляем требуемы библиотеки в конфиг для TM16XX

This commit is contained in:
2024-01-06 18:01:51 +05:00
parent e0ec19c5f7
commit 02cf1547a8

View File

@@ -78,10 +78,14 @@
"defActive": false,
"usedLibs": {
"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*": [
"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"
]
}
}