-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
64 lines (60 loc) · 1.41 KB
/
Copy pathplatformio.ini
File metadata and controls
64 lines (60 loc) · 1.41 KB
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
56
57
58
59
60
61
62
63
64
; 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
[common]
lib_deps =
LittleFS
ArduinoOTA
EEPROM
SPI
Wire
[env:nodemcu]
extra_scripts =
post:tools/compiledb_hook.py
upload_speed = 460800
platform = espressif8266
framework = arduino
board = nodemcuv2
board_build.mcu = esp8266
board_build.f_cpu = 160000000L
board_build.filesystem = littlefs
board_build.ldscript = eagle.flash.4m1m.ld
monitor_speed = 115200
lib_deps =
${common.lib_deps}
bblanchon/ArduinoJson@^7.2
ottowinter/ESPAsyncTCP-esphome@^1.2.3
ottowinter/ESPAsyncWebServer-esphome@^3.1.0
olikraus/U8g2@^2.35.9
wnatth3/WiFiManager@2.0.16-rc.2
https://github.com/256dpi/arduino-mqtt
tcmenu/TaskManagerIO@^1.5.1
[env:nodemcu_ota]
extends = env:nodemcu
upload_protocol = espota
[env:native]
platform = native
test_framework = googletest
build_flags =
-std=gnu++17
-I test/test_native/fakes
-I lib/Plugins/AnalogDistance
-I lib/Plugins/UltrasonicDistance
-I lib/Plugins/RadiationCounter
-I lib/Plugins/DistanceBase
-I lib/Plugins
lib_deps =
googletest
test_build_src = no
test_ignore = test_embedded
lib_ignore =
Display
Network
WebApi
Plugins