Skip to content

Commit

Permalink
Update WiThrottleProtocol.h
Browse files Browse the repository at this point in the history
  • Loading branch information
flash62au committed Jun 19, 2024
1 parent 88d055a commit 28d0880
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions src/WiThrottleProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,19 @@ class WiThrottleProtocolDelegate
};

///
/// ----
/// WiThrottleProtocol
/// ==================
///

/// @brief TBA
class WiThrottleProtocol
{

///
/// Public
/// ------
///

public:

/// @brief TBA
Expand Down Expand Up @@ -558,9 +565,10 @@ class WiThrottleProtocol
/// @brief Get the last time that the server sent a resonse to the client
long getLastServerResponseTime();

///
/// ----
///
///
/// Private
/// =======
///


private:
Expand All @@ -579,7 +587,7 @@ class WiThrottleProtocol

///
/// Inbound Command processing
/// ==========================
/// --------------------------
///

/// @brief Process an incomming command from the Command Station
Expand Down

0 comments on commit 28d0880

Please sign in to comment.