mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
11 lines
153 B
C
11 lines
153 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
// UART Definitions
|
||
|
|
#ifndef SERIAL_UART_INSTANCE
|
||
|
|
#define SERIAL_UART_INSTANCE 101
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#include <variant_LORA_E5_MINI.h>
|
||
|
|
|
||
|
|
#undef RNG
|