Skip to content

Commit 3418314

Browse files
Copilotdorkmo
andcommitted
Add forward declaration for getQueryParam to fix compilation error
Co-authored-by: dorkmo <[email protected]>
1 parent 5bcf55d commit 3418314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,6 +3548,7 @@ static ClientMetadata *findOrCreateClientMetadata(const char *clientUid);
35483548
static bool checkSmsRateLimit(TankRecord *rec);
35493549
static void publishViewerSummary();
35503550
static double computeNextAlignedEpoch(double epoch, uint8_t baseHour, uint32_t intervalSeconds);
3551+
static String getQueryParam(const String &query, const char *key);
35513552

35523553
static void handleRefreshPost(EthernetClient &client, const String &body) {
35533554
char clientUid[64] = {0};

0 commit comments

Comments
 (0)