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.

24 lines
510 B

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. [env:nodemcuv2]
  18. platform = espressif
  19. framework = arduino
  20. board = esp01_1m
  21. libs=89