Update platformio.ini
This commit is contained in:
parent
d402b752b5
commit
847e279ffa
|
@ -8,7 +8,20 @@
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
|
; uncommdent ONE of the three sections below only
|
||||||
|
|
||||||
|
; [env:upesy_wroom]
|
||||||
|
; platform = espressif32
|
||||||
|
; board = upesy_wroom
|
||||||
|
; framework = arduino
|
||||||
|
|
||||||
[env:megaatmega2560]
|
[env:megaatmega2560]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
|
; [env:uno]
|
||||||
|
; platform = atmelavr
|
||||||
|
; board = uno
|
||||||
|
; framework = arduino
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue