-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplatformio.ini
36 lines (28 loc) · 1.03 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
; 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
[platformio]
env_default = nina_w10
# more configuration @ https://docs.platformio.org/en/latest/boards/espressif32/nina_w10.html?utm_source=platformio&utm_medium=piohome
[env:nina_w10]
# 1.8.0 and 1.9.0 platform caused the board to constantly reboot.
platform = [email protected]
board = nina_w10
framework = arduino
monitor_speed = 115200
board_build.f_cpu = 240000000L
board_build.partitions = partitions_custom.csv
#upload_port = COM36
#upload_port = /dev/cu.usbserial-D4CA6EB4CE382
lib_deps =
Adafruit HTU21DF [email protected]
AsyncTCP@<1.1.0
# ESP32 has a built-in ticker lib slightly different, lets use it to save space
#Ticker