mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-10 07:10:42 +00:00
fix include define
This commit is contained in:
parent
0fd88847ac
commit
f63e007455
@ -1,3 +1,6 @@
|
||||
#ifndef __FDRS_GATEWAY_H__
|
||||
#define __FDRS_GATEWAY_H__
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DBG(a) (Serial.println(a))
|
||||
#else
|
||||
@ -417,3 +420,5 @@ void begin_espnow() {
|
||||
#endif
|
||||
DBG(" ESP-NOW Initialized.");
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user