From bcbd0e26882800a0c0f6f45d991851676b110ef1 Mon Sep 17 00:00:00 2001 From: Prof Date: Wed, 2 Nov 2022 19:30:04 +0100 Subject: [PATCH] Creation Branche SlaveOnly --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index d3ff7e6..fcdf408 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,8 +8,8 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html -[env:uno] +[env:nanoatmega328] platform = atmelavr -board = uno +board = nanoatmega328 framework = arduino lib_deps = featherfly/SoftwareSerial@^1.0