Farm-Data-Relay-System/examples/2_ESPNOW_Repeater/2_ESPNOW_Repeater.ino

18 lines
252 B
Arduino
Raw Normal View History

2022-08-03 03:36:04 +00:00
// FARM DATA RELAY SYSTEM
//
// GATEWAY 2.000
//
2022-10-25 20:25:12 +00:00
// Developed by Timm Bogner (timmbogner@gmail.com) in Urbana, Illinois, USA.
2022-08-03 03:36:04 +00:00
//
#include "fdrs_gateway_config.h"
#include <fdrs_gateway.h>
2022-08-03 03:36:04 +00:00
void setup() {
2022-10-25 20:25:12 +00:00
beginFDRS();
2022-08-03 03:36:04 +00:00
}
void loop() {
2022-10-25 20:25:12 +00:00
loopFDRS();
2022-08-03 03:36:04 +00:00
}