2023-02-10 11:56:22 +01: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 17:17:51 +01:00
|
|
|
[platformio]
|
|
|
|
|
default_envs = ttgo-lora32-v21
|
|
|
|
|
|
2024-11-05 18:12:56 +01:00
|
|
|
extra_configs =
|
2024-11-06 03:21:05 +01:00
|
|
|
common_settings.ini
|
2025-02-28 20:48:26 +01:00
|
|
|
variants/*/platformio.ini
|
2024-11-05 18:12:56 +01:00
|
|
|
|
2023-12-03 17:17:51 +01:00
|
|
|
[env]
|
2024-06-04 19:33:34 +02:00
|
|
|
platform = espressif32 @ 6.7.0
|
2024-05-14 05:30:15 +02:00
|
|
|
board_build.partitions = min_spiffs.csv
|
2023-02-10 11:56:22 +01:00
|
|
|
framework = arduino
|
|
|
|
|
monitor_speed = 115200
|
2024-06-10 04:25:15 +02: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-09 05:06:03 +02:00
|
|
|
data_embed/favicon.png.gz
|
2024-06-10 04:25:15 +02:00
|
|
|
extra_scripts =
|
2024-04-23 16:29:46 +02:00
|
|
|
pre:tools/compress.py
|
2024-11-06 03:21:05 +01:00
|
|
|
debug_tool = esp-prog
|