#ifndef _OTA_HANDLER_H_ #define _OTA_HANDLER_H_ class OtaHandler { public: void updateFirmwareIfOutdated() { } }; #endif