Revert local changes.

This commit is contained in:
FUJIURA Toyonori 2022-03-19 06:56:55 +09:00
parent 824e84ec6c
commit 518ac7f3f2
2 changed files with 8 additions and 12 deletions

View file

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

View file

@ -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