mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
minor debug message change to sleepFDRS()
This commit is contained in:
parent
e901a2f16a
commit
cc218456fe
@ -190,7 +190,6 @@ bool sendFDRS()
|
||||
#endif
|
||||
#ifdef USE_LORA
|
||||
transmitLoRa(>wyAddress, fdrsData, data_count);
|
||||
DBG(" LoRa sent.");
|
||||
data_count = 0;
|
||||
returnCRC = CRC_NULL;
|
||||
#endif
|
||||
@ -223,7 +222,6 @@ void loadFDRS(float d, uint8_t t, uint16_t id)
|
||||
}
|
||||
void sleepFDRS(int sleep_time)
|
||||
{
|
||||
DBG("Sleepytime!");
|
||||
#ifdef DEEP_SLEEP
|
||||
DBG(" Deep sleeping.");
|
||||
#ifdef ESP32
|
||||
|
Loading…
Reference in New Issue
Block a user