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