diff --git a/Sw_MidlRoom/.vscode/extensions.json b/Sw_MidlRoom/.vscode/extensions.json index 0f0d740..080e70d 100644 --- a/Sw_MidlRoom/.vscode/extensions.json +++ b/Sw_MidlRoom/.vscode/extensions.json @@ -1,7 +1,10 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ], + "unwantedRecommendations": [ + "ms-vscode.cpptools-extension-pack" + ] +} diff --git a/Sw_MidlRoom/platformio.ini b/Sw_MidlRoom/platformio.ini index 34a3f13..8ff2f1d 100644 --- a/Sw_MidlRoom/platformio.ini +++ b/Sw_MidlRoom/platformio.ini @@ -14,4 +14,10 @@ board = nodemcuv2 framework = arduino board_build.ldscript = eagle.flash.2m.ld upload_protocol = espota -upload_port = 192.168.1.146 \ No newline at end of file +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