ota handler added, wip

This commit is contained in:
nick-4711
2024-04-23 05:59:58 +07:00
parent 5275f5a810
commit 12f03aff30
5 changed files with 23 additions and 7 deletions

View File

@ -0,0 +1,12 @@
#ifndef _OTA_HANDLER_H_
#define _OTA_HANDLER_H_
class OtaHandler {
public:
void updateFirmwareIfOutdated() {
}
};
#endif