From b204677c938fd7b1c471d9a2751b63c99f4214d9 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 5 Jun 2019 22:35:06 +0200 Subject: [PATCH] updated to new pio4 schema --- platformio.ini-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini-example b/platformio.ini-example index ce9bdd37d..be8d8c199 100644 --- a/platformio.ini-example +++ b/platformio.ini-example @@ -4,8 +4,8 @@ ; [platformio] -env_default = release -;env_default = debug +;default_envs = debug +default_envs = release [common] ; hard code if you prefer. Recommendation is to set from within the app when in Serial or AP mode