DarkEmergency-Timer/platformio.ini

36 lines
1.0 KiB
INI
Raw Normal View History

2021-04-10 01:05:48 +02:00
; 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
2021-06-09 15:01:40 +02:00
[env:d1_mini]
platform = espressif8266
board = d1_mini
board_build.filesystem = littlefs
2021-06-09 23:54:09 +02:00
board_build.f_flash = 80000000L
board_build.ldscript = eagle.flash.4m1m.ld
2021-06-09 15:01:40 +02:00
build_flags=
2021-06-13 23:17:11 +02:00
-D DEVICE_NAME='"DE CTF Timer Prototype 1"'
2021-06-13 23:15:53 +02:00
-D WIFI_CLIENT
-D WIFI_SSID='"BND_Scanner_#42"'
-D WIFI_PASS='"5xMYkerbLMdrsSdF3hpy5DM9"'
;-D WIFI_AP
;-D WIFI_SSID='"Dark Emergency CTF Timer"'
;-D WIFI_PASS='"CaptureTheFlag"'
-D FACTION_1_NAME='"GOF"'
-D FACTION_2_NAME='"MILIZ"'
-D FACTION_3_NAME='"KGG"'
2021-04-10 01:05:48 +02:00
framework = arduino
2021-06-09 15:01:40 +02:00
lib_deps =
smougenot/TM1637@0.0.0-alpha+sha.9486982048
me-no-dev/ESP Async WebServer @ ^1.2.3
2021-06-13 14:07:19 +02:00
sstaub/Ticker @ ^4.2.0
adafruit/Adafruit INA219 @ ^1.1.1