#pragma once #include #include #include "dispatch.h" #include "wire.h" extern std::string_view firmware_name; std::optional handle_picoboot(const responder& resp, const RequestPICOBOOT&); std::optional handle_info(const responder& resp, const RequestInfo&); std::optional handle_log(const responder& resp, const RequestLog&);