mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
17 lines
184 B
C
17 lines
184 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#define ARCH_PORTDUINO
|
||
|
|
|
||
|
|
//
|
||
|
|
// defaults for NRF52 architecture
|
||
|
|
//
|
||
|
|
|
||
|
|
//
|
||
|
|
// set HW_VENDOR
|
||
|
|
//
|
||
|
|
|
||
|
|
#define HW_VENDOR HardwareModel_PORTDUINO
|
||
|
|
|
||
|
|
#define HAS_RTC 1
|
||
|
|
#define HAS_WIFI 1
|