mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
9 lines
88 B
C
9 lines
88 B
C
|
|
#ifndef BOARD_H_
|
||
|
|
#define BOARD_H_
|
||
|
|
|
||
|
|
#include <Arduino.h>
|
||
|
|
|
||
|
|
String getBoardName();
|
||
|
|
|
||
|
|
#endif
|