Remove USB/serial support: network-only protocol, drop tinyusb and PICOBOOT
This commit is contained in:
@@ -14,7 +14,6 @@ static void led_toggle() {
|
||||
std::string_view firmware_name = "picomap_test";
|
||||
|
||||
static constexpr handler_entry handlers[] = {
|
||||
{RequestPICOBOOT::ext_id, typed_handler<RequestPICOBOOT, handle_picoboot>},
|
||||
{RequestInfo::ext_id, typed_handler<RequestInfo, handle_info>},
|
||||
{RequestLog::ext_id, typed_handler<RequestLog, handle_log>},
|
||||
{RequestFlashErase::ext_id, typed_handler<RequestFlashErase, handle_flash_erase>},
|
||||
|
||||
Reference in New Issue
Block a user