From 7ad827cdf65c21fbd414883fb925fb0dac53e04a Mon Sep 17 00:00:00 2001 From: JbLb Date: Wed, 1 Mar 2023 13:45:42 +0100 Subject: [PATCH] default env is now nanoatmega328 --- platformio.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platformio.ini b/platformio.ini index 8708667..b071e99 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,6 +8,9 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html +[platformio] +default_envs = nano + [env:nano] platform = atmelavr board = nanoatmega328