mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 23:06:40 +01:00
various small fixes
- clean up webproxy getExtUrl - bugfix init multicast on wifi reconnect - add ip address of remote AP that's taken over a tag - renamed button 'edit contentFS' to 'file system'
This commit is contained in:
@@ -16,7 +16,7 @@ extern void processDataReq(struct espAvailDataReq* adr, bool local);
|
||||
extern bool sendTagCommand(const uint8_t* dst, uint8_t cmd, bool local);
|
||||
extern bool sendAPSegmentedData(const uint8_t* dst, String data, uint16_t icons, bool inverted, bool local);
|
||||
extern bool showAPSegmentedInfo(const uint8_t* dst, bool local);
|
||||
extern void updateTaginfoitem(struct TagInfo* taginfoitem);
|
||||
extern void updateTaginfoitem(struct TagInfo* taginfoitem, IPAddress remoteIP);
|
||||
bool checkMirror(struct tagRecord* taginfo, struct pendingData* pending);
|
||||
|
||||
void refreshAllPending();
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
void handleSysinfoRequest(AsyncWebServerRequest* request);
|
||||
void handleCheckFile(AsyncWebServerRequest* request);
|
||||
void handleGetExtUrl(AsyncWebServerRequest* request);
|
||||
void handleLittleFSUpload(AsyncWebServerRequest* request, String filename, size_t index, uint8_t* data, size_t len, bool final);
|
||||
void handleUpdateOTA(AsyncWebServerRequest* request);
|
||||
void firmwareUpdateTask(void* parameter);
|
||||
|
||||
Reference in New Issue
Block a user