esp8266-remote-timer

ESP8266 based timer w/ remote control and NTP sync
Index Commits Files Refs README LICENSE
platformio.ini (636B)
   1 ; PlatformIO Project Configuration File
   2 ;
   3 ;   Build options: build flags, source filter
   4 ;   Upload options: custom upload port, speed and extra flags
   5 ;   Library options: dependencies, extra library storages
   6 ;   Advanced options: extra scripting
   7 ;
   8 ; Please visit documentation for the other options and examples
   9 ; https://docs.platformio.org/page/projectconf.html
  10 
  11 [env]
  12 lib_deps =
  13     links2004/WebSockets
  14     arduino-libraries/Arduino_JSON
  15     arduino-libraries/NTPClient
  16 
  17 [env:nodemcuv2]
  18 platform = espressif8266
  19 board = nodemcuv2
  20 framework = arduino
  21 build_flags = -Wno-switch
  22 upload_speed = 921600
  23 board_build.filesystem = littlefs