mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-11 15:11:25 +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
|