Skip to content

Commit c26fe68

Browse files
Copilotdorkmo
andcommitted
Fix misleading comment in Server sketch
Co-authored-by: dorkmo <[email protected]>
1 parent 859cfdb commit c26fe68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TankAlarm-112025-Server-BluesOpta/TankAlarm-112025-Server-BluesOpta.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2546,13 +2546,14 @@ static void sendClientConsole(EthernetClient &client);
25462546
static void sendTankJson(EthernetClient &client);
25472547
static void sendClientDataJson(EthernetClient &client);
25482548
static void handleConfigPost(EthernetClient &client, const String &body);
2549-
// Forward declarations
2549+
// Enum definitions
25502550
enum class ConfigDispatchStatus : uint8_t {
25512551
Ok = 0,
25522552
PayloadTooLarge,
25532553
NotecardFailure
25542554
};
25552555

2556+
// Forward declarations
25562557
static void handlePinPost(EthernetClient &client, const String &body);
25572558
static void handleRefreshPost(EthernetClient &client, const String &body);
25582559
static ConfigDispatchStatus dispatchClientConfig(const char *clientUid, JsonVariantConst cfgObj);

0 commit comments

Comments
 (0)