-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
40 lines (34 loc) · 1.15 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
; 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]
description = BME/BMP-powered WiFi-enabled smart Hygrometer
[env:esp_wroom_02]
platform = espressif8266
board = esp_wroom_02
framework = arduino
board_upload.speed = 921600
board_build.f_flash = 26000000L
# when using LittleFS, enable this;
# 2MB total, 1MB of which is for LittleFS
board_build.ldscript = eagle.flash.2m1m.ld
board_build.filesystem = littlefs
; build_flags = -D DEBUG_ESP_HTTP_UPDATE=true -D DEBUG_ESP_PORT=Serial
lib_deps =
adafruit/Adafruit BME280 Library @ ^2.1.4
adafruit/Adafruit BME680 Library @ ^2.0.0
adafruit/Adafruit BMP280 Library @ ^2.3.0
bblanchon/ArduinoJson @ ^6.18.3
; RTC library
jlpdiez/MCP7940NRTC @ 0.0.0-alpha+sha.17b40f4e54
paulstoffregen/Time @ ^1.6.1
arduino-libraries/NTPClient @ ^3.1.0
[env:native]
platform = native
lib_ignore = xrstf_arduino