Files
mixly3-server/arduino-libs/arduino-cli/libraries/TM1637-master/platformio.ini

29 lines
576 B
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
[env:nodemcuv2]
platform = espressif
framework = arduino
board = nodemcuv2
[env:ethernet]
platform = atmelavr
framework = arduino
board = ethernet