Skip to content

Commit

Permalink
Added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-se committed Jul 30, 2024
1 parent 6d5971a commit fa77f6c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions example/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ html_files =
html/index.html
html/app.js.gz
html/app.css.gz
html/favicon.ico

[env:esplib8266-debug]
platform = espressif8266 @ 4.2.1
Expand Down Expand Up @@ -125,3 +126,26 @@ lib_deps =
build_type = release
board_build.partitions = partitions.csv
board_build.embed_txtfiles = ${common_env_data.html_files}

[env:esplib32s3pro-debug]
platform = espressif32 @ 6.6.0
framework = arduino
board = lolin_s3_pro
board_build.filesystem = ${common_env_data.board_build.filesystem}
upload_speed = ${common_env_data.upload_speed}
monitor_speed = ${common_env_data.monitor_speed}
build_unflags = ${common_env_data.build_unflags}
build_flags =
-D ESP32S3
-D ARDUINO_ESP32S3_DEV
# -D USE_SERIAL_PINS
-D ARDUINO_USB_CDC_ON_BOOT=1
${common_env_data.build_flags}
lib_deps =
https://github.com/mp-se/ESPAsyncWebServer
https://github.com/mp-se/AsyncTCP
${common_env_data.lib_deps}
#build_type = debug
build_type = release
board_build.partitions = partitions.csv
board_build.embed_txtfiles = ${common_env_data.html_files}

0 comments on commit fa77f6c

Please sign in to comment.