; 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] extra_configs = wifi_credentials.ini [env:de-timer] platform = espressif8266 framework = arduino board = d1_mini board_build.filesystem = littlefs ;board_build.f_flash = 80000000L ;board_build.ldscript = eagle.flash.4m1m.ld monitor_filters = esp8266_exception_decoder monitor_speed = 115200 upload_protocol = esptool upload_speed = 921600 ;upload_port = 10.0.1.48 ;upload_protocol = espota ;upload_flags = ; --auth=${wifi_cred.admin_password} build_type = debug build_flags= !python git_rev_macro.py -DSERIAL_DEBUG ;-DWIFI_CLIENT ;-DCAPTIVE -DWIFI_AP_IP_GW=10,0,1,1 -DADMIN_PASSWORD=${wifi_cred.admin_password} -DWIFI_SSID=${wifi_cred.wifi_ssid} -DWIFI_PASSWORD=${wifi_cred.wifi_password} -DWIFI_AP_PASSWORD=${wifi_cred.wifi_ap_password} -DDEVICE_NAME='"Dark Emergency Timer"' -DFACTION_1_NAME='"GOF"' -DFACTION_2_NAME='"MILIZ"' -DFACTION_3_NAME='"KGG"' lib_deps = ;xreef/EByte LoRa E220 library@^1.0.6 ;made Lib local, due to changes for I2C-controller M0,M1-Pins sstaub/Ticker@^4.4.0 robtillaart/PCF8574 @ ^0.3.7 adafruit/Adafruit INA219 @ ^1.1.1 plerup/EspSoftwareSerial @ 6.8.5 ; needed exactly this Version as newer ones have Problems with compiling smougenot/TM1637@0.0.0-alpha+sha.9486982048 me-no-dev/ESPAsyncTCP @ ^1.2.2 robtillaart/I2C_EEPROM @ ^1.5.2 sandeepmistry/LoRa @ ^0.8.0 bblanchon/ArduinoJson @ ^6.19.4