Skip to content

Commit

Permalink
restore option for ESPOTA - Update platformio.ini
Browse files Browse the repository at this point in the history
This option was (mistakenly?) removed in commit #5c9317c
  • Loading branch information
schulti authored Aug 2, 2023
1 parent 6987d29 commit b77ac20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <CALLSIGN>.local

[env:lora_board]
board = esp32doit-devkit-v1
Expand Down

0 comments on commit b77ac20

Please sign in to comment.