From 847e279ffa49dc03a0af1d327377d1a6922324ef Mon Sep 17 00:00:00 2001 From: Eric Yu Date: Wed, 8 Jun 2022 11:39:53 -0700 Subject: [PATCH] Update platformio.ini --- ReadAnalog/platformio.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ReadAnalog/platformio.ini b/ReadAnalog/platformio.ini index 67e8cb2..c39bcf8 100644 --- a/ReadAnalog/platformio.ini +++ b/ReadAnalog/platformio.ini @@ -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 +