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.

42 lines
816 B

8 years ago
8 years ago
  1. #
  2. # Project Configuration File
  3. #
  4. # A detailed documentation with the EXAMPLES is located here:
  5. # http://docs.platformio.org/en/latest/projectconf.html
  6. #
  7. # A sign `#` at the beginning of the line indicates a comment
  8. # Comment lines are ignored.
  9. # Simple and base environment
  10. # [env:mybaseenv]
  11. # platform = %INSTALLED_PLATFORM_NAME_HERE%
  12. # framework =
  13. # board =
  14. #
  15. # Automatic targets - enable auto-uploading
  16. # targets = upload
  17. [platformio]
  18. #env_default = wire
  19. [env:wire]
  20. platform = espressif
  21. framework = arduino
  22. board = esp01_1m
  23. lib_install = 89
  24. [env:node]
  25. platform = espressif
  26. framework = arduino
  27. board = nodemcuv2
  28. lib_install = 89
  29. [env:ota]
  30. platform = espressif
  31. framework = arduino
  32. board = esp01_1m
  33. lib_install = 89
  34. upload_speed = 115200
  35. upload_port = "192.168.4.1"
  36. upload_flags = --auth=fibonacci --port 8266