forked from letscontrolit/ESPEasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio_esp32_solo1.ini
47 lines (39 loc) · 2.24 KB
/
platformio_esp32_solo1.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
; IDF 5.3.1
[esp32_solo1_common_LittleFS]
extends = esp32_base_idf5
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.10.31/platform-espressif32.zip
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/3113/framework-arduinoespressif32-solo1-release_v5.3-1c74f314.zip
build_flags = ${esp32_base_idf5.build_flags}
-DFEATURE_ARDUINO_OTA=1
-DUSE_LITTLEFS
extra_scripts = ${esp32_base_idf5.extra_scripts}
build_unflags = ${esp32_base_idf5.build_unflags}
-fexceptions
board_build.filesystem = littlefs
[env:custom_ESP32solo1_4M316k_LittleFS_ETH]
extends = esp32_solo1_common_LittleFS
board = esp32_solo1_4M
build_flags = ${esp32_solo1_common_LittleFS.build_flags}
-DPLUGIN_BUILD_CUSTOM
-DFEATURE_ETHERNET=1
extra_scripts = ${esp32_solo1_common_LittleFS.extra_scripts}
pre:tools/pio/pre_custom_esp32.py
[env:normal_ESP32solo1_4M316k_LittleFS_ETH]
extends = esp32_solo1_common_LittleFS
board = esp32_solo1_4M
build_flags = ${esp32_solo1_common_LittleFS.build_flags}
-DFEATURE_ETHERNET=1
lib_ignore = ${esp32_solo1_common_LittleFS.lib_ignore}
${no_ir.lib_ignore}
[env:energy_ESP32solo1_4M316k_LittleFS_ETH]
extends = esp32_solo1_common_LittleFS
board = esp32_solo1_4M
build_flags = ${esp32_solo1_common_LittleFS.build_flags}
-D PLUGIN_ENERGY_COLLECTION
-DFEATURE_ETHERNET=1
[env:climate_ESP32solo1_4M316k_LittleFS_ETH]
extends = esp32_solo1_common_LittleFS
board = esp32_solo1_4M
build_flags = ${esp32_solo1_common_LittleFS.build_flags}
-D PLUGIN_CLIMATE_COLLECTION
-DFEATURE_ETHERNET=1