From e433249bb1d06605e7199df187d0f58ba2efa271 Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 17 Jul 2020 11:14:18 -0700 Subject: [PATCH] Default back to tbeam in builds, so it will work for others --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index b78f387b5..34d1e44fc 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html [platformio] -default_envs = rak815 ; Note: the github actions CI test build can't yet build NRF52 targets +default_envs = tbeam ; Note: the github actions CI test build can't yet build NRF52 targets [common] ; common is not currently used