Add firmware_name to info response
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "dispatch.h"
|
||||
#include "handlers.h"
|
||||
|
||||
std::string_view firmware_name = "picomap_test";
|
||||
|
||||
static constexpr handler_entry handlers[] = {
|
||||
{RequestPICOBOOT::ext_id, handle_picoboot},
|
||||
{RequestInfo::ext_id, handle_info},
|
||||
|
||||
Reference in New Issue
Block a user