mirror of
https://github.com/Montecri/GNSSTimeServer.git
synced 2026-03-04 23:54:05 +01:00
23 lines
663 B
INI
23 lines
663 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:Amica]
|
|
platform = espressif8266
|
|
board = nodemcuv2
|
|
framework = arduino
|
|
board_build.f_cpu = 160000000L
|
|
lib_deps =
|
|
paulstoffregen/Time@^1.6
|
|
makuna/RTC@^2.4.3
|
|
mikalhart/TinyGPS@0.0.0-alpha+sha.db4ef9c97a
|
|
olikraus/U8g2@^2.28.8
|
|
monitor_speed = 9600
|
|
upload_speed = 256000
|