LoRa_APRS_iGate/src/Board.h
2023-10-22 12:39:20 +02:00

9 lines
88 B
C

#ifndef BOARD_H_
#define BOARD_H_
#include <Arduino.h>
String getBoardName();
#endif