diff --git a/pio_local.ini_example b/pio_local.ini_example index cf009cd42..975fe8725 100644 --- a/pio_local.ini_example +++ b/pio_local.ini_example @@ -15,11 +15,13 @@ ; my_build_flags = -DEMSESP_TEST -DEMSESP_DEBUG ; my_build_flags = -DEMSESP_DEBUG -DEMSESP_TEST -DEMSESP_PINGTEST ; my_build_flags = -DEMSESP_DEBUG -DCORE_DEBUG_LEVEL=5 -my_build_flags = +my_build_flags = [platformio] ; default_envs = s_16M_P ; BBQKees E32V2 -default_envs = s3_16M_P ; BBQKees S3 +; default_envs = s3_16M_P ; BBQKees S3 +; default_envs = s_4M ; BBQKees older S32, 4MB no psram +default_envs = s_16M ; BBQKees newer S32 V2, 16MB no psram [env] @@ -27,11 +29,11 @@ default_envs = s3_16M_P ; BBQKees S3 ; build_type = debug ; monitor_filters = colorize, esp32_exception_decoder -; customize the scripts +; uncomment if you want to upload the firmware via OTA (must have upload_protocol = custom) ; extra_scripts = - ; pre:scripts/build_interface.py ; builds the WebUI (unless NO_BUILD_WEBUI is set) - comment out if you don't want to build each time - ; scripts/rename_fw.py ; renames the firmware .bin file - comment out if not needed - ; scripts/upload.py ; optionally upload the firmware via OTA (must have upload_protocol = custom) +; pre:scripts/build_interface.py ; builds the WebUI (unless NO_BUILD_WEBUI is set) - comment out if you don't want to build each time +; scripts/rename_fw.py ; renames the firmware .bin file - comment out if not needed +; scripts/upload.py ; optionally upload the firmware via OTA (must have upload_protocol = custom) ; set the username and password for the admin account (default password is admin) custom_username = admin @@ -45,9 +47,8 @@ custom_password = admin ; upload_protocol = custom ; custom_emsesp_ip = or ems-esp.local -upload_protocol = custom -custom_emsesp_ip = 10.10.10.93 ; S3 -; custom_emsesp_ip = 192.168.1.225 ; E32V2 +; upload_protocol = custom +; custom_emsesp_ip = 10.10.10.93 ; ** debug settings ** ; to be used with esp-prog/JTAG hardware device like https://docs.espressif.com/projects/esp-dev-kits/en/latest/other/esp-prog/user_guide.html