Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.4 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. [platformio]
  2. env_default = node-debug
  3. [common]
  4. platform = espressif8266
  5. framework = arduino
  6. lib_install = 19,44,64,89,549,727
  7. extra_script = pio_hooks.py
  8. [ota]
  9. upload_speed = 115200
  10. upload_port = "192.168.4.1"
  11. upload_flags = --auth=fibonacci --port 8266
  12. [env:sonoff-debug]
  13. include = common
  14. board = esp01_1m
  15. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF
  16. [env:sonoff-debug-ota]
  17. include = env:sonoff-debug,ota
  18. [env:slampher-debug]
  19. include = common
  20. board = esp01_1m
  21. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSLAMPHER
  22. [env:slampher-debug-ota]
  23. include = env:slampher-debug,ota
  24. [env:s20-debug]
  25. include = common
  26. board = esp01_1m
  27. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DS20
  28. [env:s20-debug-ota]
  29. include = env:s20-debug,ota
  30. [env:node-debug]
  31. include = common
  32. board = nodemcuv2
  33. build_flags = -DNODEMCUV2 -DDEBUG_PORT=Serial
  34. [env:node-debug-ota]
  35. include = env:node-debug,ota
  36. [env:ac-device]
  37. topic = /home/cellar/airconditioner/ip
  38. include = env:s20-debug-ota
  39. [env:washer-device]
  40. topic = /home/cellar/washer/ip
  41. include = env:sonoff-debug-ota
  42. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_EMON=1 -DENABLE_DHT=1
  43. [env:studio-lamp-device]
  44. topic = /home/studio/lamp/ip
  45. include = env:sonoff-debug-ota
  46. [env:living-lamp-device]
  47. topic = /home/living/lamp/ip
  48. include = env:sonoff-debug-ota