mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
Revert local changes.
This commit is contained in:
parent
824e84ec6c
commit
518ac7f3f2
19
.vscode/extensions.json
vendored
19
.vscode/extensions.json
vendored
|
|
@ -1,11 +1,8 @@
|
||||||
{
|
{
|
||||||
// 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",
|
||||||
"xaver.clang-format"
|
"xaver.clang-format"
|
||||||
],
|
]
|
||||||
"unwantedRecommendations": [
|
}
|
||||||
"ms-vscode.cpptools-extension-pack"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ check_skip_packages = yes
|
||||||
# activate for OTA Update, use the CALLSIGN from is-cfg.json as upload_port:
|
# activate for OTA Update, use the CALLSIGN from is-cfg.json as upload_port:
|
||||||
#upload_protocol = espota
|
#upload_protocol = espota
|
||||||
#upload_port = <CALLSIGN>.local
|
#upload_port = <CALLSIGN>.local
|
||||||
upload_port = COM19
|
|
||||||
|
|
||||||
[env:lora_board]
|
[env:lora_board]
|
||||||
board = esp32doit-devkit-v1
|
board = esp32doit-devkit-v1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue