10 lines
242 B
C++
10 lines
242 B
C++
#pragma once
|
|
#include <string_view>
|
|
#include "wire.h"
|
|
|
|
extern std::string_view firmware_name;
|
|
|
|
ResponsePICOBOOT handle_picoboot(const RequestPICOBOOT&);
|
|
ResponseInfo handle_info(const RequestInfo&);
|
|
ResponseLog handle_log(const RequestLog&);
|