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.

103 lines
2.4 KiB

  1. #
  2. # PLEASE NOTE:
  3. # This platformio.ini file is not standard and uses a custom feature.
  4. # The "include" option is not supported by the official version.
  5. # Check my PR for this feature here:
  6. # https://github.com/platformio/platformio/pull/790
  7. #
  8. [platformio]
  9. env_default = node-debug
  10. [common]
  11. platform = espressif8266
  12. framework = arduino
  13. extra_script = pio_hooks.py
  14. lib_ignore = FauxmoESP
  15. lib_deps =
  16. 19
  17. 31
  18. 44
  19. 64
  20. 305
  21. 306
  22. 346
  23. 359
  24. 408
  25. 727
  26. https://bitbucket.org/xoseperez/justwifi.git
  27. https://bitbucket.org/xoseperez/nofuss.git
  28. https://bitbucket.org/xoseperez/hlw8012.git
  29. https://bitbucket.org/xoseperez/emonliteesp.git
  30. https://bitbucket.org/xoseperez/fauxmoESP.git
  31. https://github.com/jccprj/RemoteSwitch-arduino-library
  32. [ota]
  33. upload_speed = 115200
  34. upload_port = "192.168.4.1"
  35. upload_flags = --auth=fibonacci --port 8266
  36. [env:sonoff-debug]
  37. include = common
  38. board = esp01_1m
  39. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF
  40. [env:sonoff-debug-ota]
  41. include = env:sonoff-debug,ota
  42. [env:sonoff-pow-debug]
  43. include = common
  44. board = esp01_1m
  45. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF_POW
  46. [env:sonoff-pow-debug-ota]
  47. include = env:sonoff-pow-debug,ota
  48. [env:slampher-debug]
  49. include = common
  50. board = esp01_1m
  51. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSLAMPHER
  52. [env:slampher-debug-ota]
  53. include = env:slampher-debug,ota
  54. [env:s20-debug]
  55. include = common
  56. board = esp01_1m
  57. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DS20
  58. [env:s20-debug-ota]
  59. include = env:s20-debug,ota
  60. [env:node-debug]
  61. include = common
  62. board = nodemcuv2
  63. platform = espressif8266_stage
  64. build_flags = -DNODEMCUV2 -DDEBUG_PORT=Serial -DENABLE_FAUXMO=1
  65. lib_ignore =
  66. [env:node-debug-ota]
  67. include = env:node-debug,ota
  68. [env:washer-device]
  69. topic = /home/cellar/washer/ip
  70. include = env:sonoff-debug-ota
  71. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_EMON=1 -DENABLE_DHT=1
  72. [env:studio-lamp-device]
  73. topic = /home/studio/lamp/ip
  74. include = env:sonoff-debug-ota
  75. platform = espressif8266_stage
  76. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_FAUXMO=1
  77. lib_ignore =
  78. [env:living-lamp-device]
  79. topic = /home/living/lamp/ip
  80. include = env:s20-debug-ota
  81. platform = espressif8266_stage
  82. build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DS20 -DENABLE_FAUXMO=1
  83. lib_ignore =