-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
42 lines (40 loc) · 1.23 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
; 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:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
monitor_speed = 115200
debug_tool = esp-prog
debug_init_break = tbreak setup
;upload_port = /dev/cu.usbserial-0001
;monitor_port = /dev/cu.usbserial-0001
lib_deps =
mairas/ReactESP@^2.0.0
arduino-libraries/Arduino_JSON @ 0.1.0
adafruit/Adafruit BNO08x
Adafruit SSD1306
ttlappalainen/NMEA2000-library
ttlappalainen/NMEA2000_esp32
pfeerick/elapsedMillis
https://github.com/mathieucarbou/AsyncTCP#v3.2.3
https://github.com/mathieucarbou/ESPAsyncWebServer#v3.1.1
https://github.com/ayushsharma82/WebSerial
ayushsharma82/[email protected]
https://github.com/taranais/NTPClient/archive/master.zip
sparkfun/SparkFun TMAG5273 Arduino Library@^1.0.0
build_flags=
-D ELEGANTOTA_USE_ASYNC_WEBSERVER=1
; -D D1MINI
-D SH_ESP32
-D BNO08X=0x4B ; teyleten
; -D MAG=1
; -D N2K=1
; -D HALLSENS