File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
TankAlarm-112025-Server-BluesOpta Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2546,13 +2546,14 @@ static void sendClientConsole(EthernetClient &client);
25462546static void sendTankJson (EthernetClient &client);
25472547static void sendClientDataJson (EthernetClient &client);
25482548static void handleConfigPost (EthernetClient &client, const String &body);
2549- // Forward declarations
2549+ // Enum definitions
25502550enum class ConfigDispatchStatus : uint8_t {
25512551 Ok = 0 ,
25522552 PayloadTooLarge,
25532553 NotecardFailure
25542554};
25552555
2556+ // Forward declarations
25562557static void handlePinPost (EthernetClient &client, const String &body);
25572558static void handleRefreshPost (EthernetClient &client, const String &body);
25582559static ConfigDispatchStatus dispatchClientConfig (const char *clientUid, JsonVariantConst cfgObj);
You can’t perform that action at this time.
0 commit comments