Skip to content

Commit 6870910

Browse files
authored
Merge pull request #104 from SenaxInc/copilot/fix-arduino-compilation-error-again
Fix Arduino compilation error: add forward declaration for getQueryParam
2 parents 67f2138 + 3418314 commit 6870910

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)