Include link on libraries MidRoom Light

This commit is contained in:
2024-05-24 10:26:18 +03:00
parent e8268d95cc
commit b0a7067383
2 changed files with 17 additions and 8 deletions

View File

@@ -3,5 +3,8 @@
// for the documentation about the extensions.json format // for the documentation about the extensions.json format
"recommendations": [ "recommendations": [
"platformio.platformio-ide" "platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
] ]
} }

View File

@@ -15,3 +15,9 @@ framework = arduino
board_build.ldscript = eagle.flash.2m.ld board_build.ldscript = eagle.flash.2m.ld
upload_protocol = espota upload_protocol = espota
upload_port = 192.168.1.146 upload_port = 192.168.1.146
lib_deps =
# RECOMMENDED
# Accept new functionality in a backwards compatible manner and patches
heman/AsyncMqttClient-esphome @ ^2.1.0
jwrw/ESP_EEPROM @ ^2.2.1
thomasfredericks/Bounce2 @ ^2.72