Add link to dependices

This commit is contained in:
2024-11-05 11:43:30 +03:00
parent 73982bcbbb
commit a453adb1af
9 changed files with 72 additions and 14 deletions

View File

@@ -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"
]
}

View File

@@ -15,5 +15,12 @@ framework = arduino
board_build.ldscript = eagle.flash.2m.ld
upload_protocol = espota
upload_port = 192.168.1.129
lib_deps =
# RECOMMENDED
# Accept new functionality in a backwards compatible manner and patches
marvinroger/AsyncMqttClient @ ^0.9.0
thomasfredericks/Bounce2 @ ^2.72
jwrw/ESP_EEPROM @ ^2.2.1
;lib_deps =
; joaolopesf/RemoteDebug @ ^3.0.5