-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathmcu.ini
45 lines (45 loc) · 1.22 KB
/
mcu.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
; ********************************************************************************
; MCU ESP32 configuration
; ********************************************************************************
[mcu:esp32]
platform = espressif32 @ ~6.9.0
platform_packages =
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#release/v2.x
framework = arduino
build_flags =
-I ./src/ButtonHandler
-I ./src/DisplayMgr
-I ./src/General
-I ./src/Generated
-I ./src/Hal
-I ./src/Performance
-I ./src/Plugin
-I ./src/Service
-I ./src/SystemState
-I ./src/Topics
-I ./src/Update
-I ./src/Web
-I ./src/Web/WsCommand
-D CONFIG_ASYNC_TCP_RUNNING_CORE=APP_CPU_NUM
-D CONFIG_ASYNC_TCP_USE_WDT=1
-D ASYNC_TCP_SSL_ENABLED=1
-D PIO_ENV="$PIOENV"
-Wl,-Map,firmware.map
lib_deps_external =
https://github.com/BlueAndi/AsyncTCPSock#feature/Arduino3.x.x
https://github.com/BlueAndi/ESPAsyncWebServer#tilde2
lib_deps_builtin =
Wire
FS
WiFi
FadeEffects
StateMachine
WiFiClientSecure
DNSServer
ESPmDNS
Update
ArduinoOTA
lib_ignore_external =
AsyncTCP
lib_ignore_builtin =
ArduinoNative