mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-02 20:13:55 +00:00
use simradio on portduino
This commit is contained in:
parent
94e4b30125
commit
e0d5b9dce1
@ -60,7 +60,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define NO_ESP32 // Don't use ESP32 libs (mainly bluetooth)
|
#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
|
#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
|
// Standard definitions for NRF52 targets
|
||||||
@ -345,6 +345,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
#define HW_VENDOR "portduino"
|
#define HW_VENDOR "portduino"
|
||||||
|
|
||||||
|
#define USE_SIM_RADIO
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_RF95
|
#ifdef USE_RF95
|
||||||
|
Loading…
Reference in New Issue
Block a user