templ ini

This commit is contained in:
Simon Schmidt 2021-06-23 13:34:54 +02:00
parent 642ee7d0a6
commit 278f746b33

View File

@ -12,23 +12,29 @@
platform = espressif8266 platform = espressif8266
board = nodemcuv2 board = nodemcuv2
framework = arduino framework = arduino
; for http files
board_build.filesystem = littlefs
board_build.ldscript = eagle.flash.4m1m.ld
extra_scripts = pre:create_gz_files.py
monitor_speed = 115200 monitor_speed = 115200
extra_scripts = pre:extra_script.py
[env:serial] [env:serial]
upload_protocol = esptool upload_protocol = esptool
upload_speed = 921600 upload_speed = 921600
[env:ota] [env:ota]
; stuff for OTA ; OTA => https://docs.platformio.org/en/latest/platforms/espressif8266.html#over-the-air-ota-update
; https://docs.platformio.org/en/latest/platforms/espressif8266.html#over-the-air-ota-update
upload_protocol = espota upload_protocol = espota
upload_port = <!! IP ADDRESS !!> upload_port = <!! IP ADDRESS !!>
upload_flags = upload_flags =
--port=8266 --port=8266
--host_port=<!! PORT !!>
--auth=admin --auth=admin
[env:debug] [env:debug]
; look at doku.md
build_flags = -DWITH_DEBUGGING_ON -Os -g3 -ggdb3 build_flags = -DWITH_DEBUGGING_ON -Os -g3 -ggdb3
upload_protocol = esptool upload_protocol = esptool
upload_speed = 921600 upload_speed = 921600