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