#pragma once #include class OTAHandler { public: OTAHandler(std::string hostname); void poll(); };