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

@@ -1,7 +1,10 @@
{ {
// See http://go.microsoft.com/fwlink/?LinkId=827846 // See http://go.microsoft.com/fwlink/?LinkId=827846
// 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

@@ -14,4 +14,10 @@ board = nodemcuv2
framework = arduino 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