-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathplatformio.ini
55 lines (52 loc) · 1.46 KB
/
platformio.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
48
49
50
51
52
53
54
55
; 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
[env:esp8285]
platform = espressif8266
board = esp8285
framework = arduino
monitor_speed = 115200
monitor_filters =
esp8266_exception_decoder
time
lib_deps =
paulstoffregen/Time@^1.6.1
z01ne/MyAlarm@^1.1.2
knolleary/PubSubClient@^2.8
https://github.com/thijse/Arduino-Log.git#3f4fcf5a345c1d542e56b88c0ffcb2bd2a5b0bd0
fmtlib/fmt@^8.1.1
build_flags =
-Isrc/logger
board_build.ldscript = eagle.flash.2m128.ld
board_build.filesystem = littlefs
[env:espmxdevkit]
platform = espressif8266
board = espmxdevkit
framework = arduino
; build_type = debug
monitor_speed = 115200
monitor_filters =
esp8266_exception_decoder
time
; default ; Remove typical terminal control codes from input
; log2file ; Log data to a file “platformio-device-monitor-*.log” located in the current working directory
lib_deps =
paulstoffregen/Time@^1.6.1
z01ne/MyAlarm@^1.1.2
knolleary/PubSubClient@^2.8
# thijse/ArduinoLog@^1.1.1
https://github.com/thijse/Arduino-Log.git#3f4fcf5a345c1d542e56b88c0ffcb2bd2a5b0bd0
fmtlib/fmt@^8.1.1
build_flags =
-Isrc/logger
-Isrc/mocks
-DDEBUG=2
[env:test]
platform = native
build_type = test