-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
32 lines (30 loc) · 935 Bytes
/
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
; 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
; http://docs.platformio.org/page/projectconf.html
[env:d1_mini]
platform = espressif8266
; platform = https://github.com/platformio/platform-espressif8266.git#feature/stage
board = d1_mini
; board = nodemcuv2
framework = arduino
; upload_port = 192.168.0.237
upload_speed = 460800
monitor_speed = 115200
board_build.f_cpu = 160000000L
; build_flags = -DDEBUG_ESP_PORT=Serial -DDEBUG_ESP_SSL=1 -DDEBUG_ESP_TLS_MEM=1 -DDEBUG_NTPCLIENT=1
; board_build.f_cpu = 80000000L
board_build.f_flash = 80000000L
lib_deps =
PubSubClient
ArduinoJson
WEMOS SHT3x
ESP Async WebServer
BME280_Light
Time
nexus