From e0d5b9dce1a4f43a3c236cc46a857c2afc787f4b Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 6 Sep 2020 16:09:07 -0700 Subject: [PATCH] use simradio on portduino --- src/configuration.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/configuration.h b/src/configuration.h index ff85fa06a..54bc3f94e 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -60,7 +60,7 @@ along with this program. If not, see . #define NO_ESP32 // Don't use ESP32 libs (mainly bluetooth) #elif defined(NRF52_SERIES) // All of the NRF52 targets are configured using variant.h, so this section shouldn't need to be - // board specific +// board specific // // Standard definitions for NRF52 targets @@ -343,7 +343,9 @@ along with this program. If not, see . #elif PORTDUINO -#define HW_VENDOR "portduino" +#define HW_VENDOR "portduino" + +#define USE_SIM_RADIO #endif