Include link on libraries MidRoom Light
This commit is contained in:
17
Sw_MidlRoom/.vscode/extensions.json
vendored
17
Sw_MidlRoom/.vscode/extensions.json
vendored
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user