Files
Last update 6 years 2 months
by
Librae
Files | |
---|---|
boards | |
fs | |
hardware | |
lib | |
patch | |
prebuild | |
src | |
.gitignore | |
.travis.yml | |
LICENSE | |
README.md | |
cmds.md | |
platformio.ini |
platformio.ini# # 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 # 4m1m [env:neurite] platform = espressif8266 framework = arduino board = neurite upload_speed = 921600