From b77ac20f5cac70ba5abfca1bef8a23ef5c8806a6 Mon Sep 17 00:00:00 2001 From: "Stefan Schultheis, OE1SCS" Date: Wed, 2 Aug 2023 15:35:55 +0200 Subject: [PATCH] restore option for ESPOTA - Update platformio.ini This option was (mistakenly?) removed in commit #5c9317c --- platformio.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platformio.ini b/platformio.ini index db679d4..f813a45 100644 --- a/platformio.ini +++ b/platformio.ini @@ -31,6 +31,9 @@ check_tool = cppcheck check_flags = cppcheck: --std=c++20 --suppress=*:*.pio\* --inline-suppr --suppress=unusedFunction -DCPPCHECK --force lib -ilib/TimeLib check_skip_packages = yes test_build_src = yes +# activate for OTA Update, use the CALLSIGN from is-cfg.json as upload_port: +#upload_protocol = espota +#upload_port = .local [env:lora_board] board = esp32doit-devkit-v1