-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
38 lines (35 loc) · 917 Bytes
/
platformio.ini
File metadata and controls
38 lines (35 loc) · 917 Bytes
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
[platformio]
default_envs = eclairage
[env]
framework = arduino
lib_deps =
ESP32Async/ESPAsyncTCP #@ 2.0.0
ESP32Async/ESPAsyncWebServer #@ 3.9.1
https://github.com/bblanchon/ArduinoJson
https://github.com/FlyingDomotic/FF_Trace
https://github.com/adafruit/Adafruit_NeoPixel
build_type = debug
board_build.filesystem = littlefs
build_flags =
-D FF_TRACE_NO_SOURCE_INFO
-D FF_TRACE_USE_SERIAL
-D SERIAL_COMMANDS
-D ARDUINOJSON_DECODE_UNICODE=0
-D ASYNC_TCP_SSL_ENABLED=0
-D VERSION_FRANCAISE
lib_compat_mode = strict
lib_ldf_mode = chain
extra_scripts =
pre:setFirmwareName.py
[env:eclairage]
platform = espressif8266
board = d1_mini
board_build.f_cpu = 160000000L
board_build.ldscript = eagle.flash.4m1m.ld
upload_speed = 460800
monitor_speed = 74880
monitor_filters = default, esp8266_exception_decoder
lib_deps =
${env.lib_deps}
build_flags =
${env.build_flags}