Update platformio.ini

This commit is contained in:
Eric Yu 2022-06-08 11:39:53 -07:00 committed by GitHub
parent d402b752b5
commit 847e279ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -8,7 +8,20 @@
; Please visit documentation for the other options and examples
; 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]
platform = atmelavr
board = megaatmega2560
framework = arduino
; [env:uno]
; platform = atmelavr
; board = uno
; framework = arduino