2026-04-06 17:24:34 +09:00
|
|
|
#pragma once
|
2026-04-06 20:09:30 +09:00
|
|
|
#include <string_view>
|
2026-04-06 17:24:34 +09:00
|
|
|
#include "wire.h"
|
|
|
|
|
|
2026-04-06 20:09:30 +09:00
|
|
|
extern std::string_view firmware_name;
|
|
|
|
|
|
2026-04-10 22:21:31 +09:00
|
|
|
ResponsePICOBOOT handle_picoboot(const RequestPICOBOOT&);
|
|
|
|
|
ResponseInfo handle_info(const RequestInfo&);
|
|
|
|
|
ResponseLog handle_log(const RequestLog&);
|