LoRa_APRS_iGate/src/Board.h

9 lines
88 B
C
Raw Normal View History

2023-10-22 12:39:20 +02:00
#ifndef BOARD_H_
#define BOARD_H_
#include <Arduino.h>
String getBoardName();
#endif