Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
mycprotein committed Jan 7, 2025
1 parent 135b06e commit dd9f2ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main/ZgatewaySERIAL.ino
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ const TickType_t semaphoreTimeout = pdMS_TO_TICKS(1000); // 1 second timeout
# define SEMAPHORE_SERIAL_GIVE
# endif

# ifdef SENDER_SERIAL_HEARTBEAT
bool receiverReady = false;
# else
bool receiverReady = true;
# endif
# ifdef SENDER_SERIAL_HEARTBEAT
bool receiverReady = false;
# else
bool receiverReady = true;
# endif

// use pointer to stream class for serial communication to make code
// compatible with both softwareSerial as hardwareSerial.
Expand Down

0 comments on commit dd9f2ee

Please sign in to comment.