23 lines
680 B
INI
23 lines
680 B
INI
; 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:esp12e]
|
|
platform = espressif8266
|
|
board = esp12e
|
|
framework = arduino
|
|
board_build.ldscript = eagle.flash.1m.ld
|
|
board_build.f_cpu = 26000000L
|
|
upload_protocol = espota
|
|
upload_port = 192.168.1.148
|
|
lib_deps =
|
|
Adafruit HTU21DF Library @ ^1.1.0
|
|
PubSubClient @ ^2.8
|
|
jwrw/ESP_EEPROM @ ^2.0.0
|