mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 10:21:40 +00:00
14 lines
211 B
C
14 lines
211 B
C
#pragma once
|
|
|
|
#define ARCH_RP2040
|
|
|
|
#ifndef HAS_SCREEN
|
|
#define HAS_SCREEN 1
|
|
#endif
|
|
#ifndef HAS_WIRE
|
|
#define HAS_WIRE 1
|
|
#endif
|
|
|
|
#if defined(PRIVATE_HW)
|
|
#define HW_VENDOR HardwareModel_PRIVATE_HW
|
|
#endif |