2023-02-10 07:56:22 -03:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
|
;
|
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
|
;
|
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
2023-12-03 13:17:51 -03:00
|
|
|
[platformio]
|
|
|
|
|
default_envs = ttgo-lora32-v21
|
|
|
|
|
|
2024-11-05 14:12:56 -03:00
|
|
|
extra_configs =
|
2024-11-05 23:21:05 -03:00
|
|
|
common_settings.ini
|
2025-02-28 16:48:26 -03:00
|
|
|
variants/*/platformio.ini
|
2024-11-05 14:12:56 -03:00
|
|
|
|
2023-12-03 13:17:51 -03:00
|
|
|
[env]
|
2024-06-04 13:33:34 -04:00
|
|
|
platform = espressif32 @ 6.7.0
|
2024-05-13 23:30:15 -04:00
|
|
|
board_build.partitions = min_spiffs.csv
|
2023-02-10 07:56:22 -03:00
|
|
|
framework = arduino
|
|
|
|
|
monitor_speed = 115200
|
2024-06-09 22:25:15 -04:00
|
|
|
board_build.embed_files =
|
2024-02-24 14:08:42 +01:00
|
|
|
data_embed/index.html.gz
|
|
|
|
|
data_embed/style.css.gz
|
|
|
|
|
data_embed/script.js.gz
|
|
|
|
|
data_embed/bootstrap.css.gz
|
|
|
|
|
data_embed/bootstrap.js.gz
|
2024-07-08 23:06:03 -04:00
|
|
|
data_embed/favicon.png.gz
|
2024-06-09 22:25:15 -04:00
|
|
|
extra_scripts =
|
2024-04-23 10:29:46 -04:00
|
|
|
pre:tools/compress.py
|
2024-11-05 23:21:05 -03:00
|
|
|
debug_tool = esp-prog
|