# # Project Configuration File # # A detailed documentation with the EXAMPLES is located here: # http://docs.platformio.org/en/latest/projectconf.html # # A sign `#` at the beginning of the line indicates a comment # Comment lines are ignored. # Simple and base environment # [env:mybaseenv] # platform = %INSTALLED_PLATFORM_NAME_HERE% # framework = # board = # # Automatic targets - enable auto-uploading # targets = upload [env:esp01] platform = espressif framework = arduino board = esp01 [env:esp01_1m] platform = espressif framework = arduino board = esp01_1m [env:nodemcu] platform = espressif framework = arduino board = nodemcu [env:huzzah] platform = espressif framework = arduino board = huzzah [env:thing] platform = espressif framework = arduino board = thing