Remove USB/serial support: network-only protocol, drop tinyusb and PICOBOOT
This commit is contained in:
@@ -29,11 +29,6 @@ void handlers_start() {
|
||||
poke_watchdog();
|
||||
}
|
||||
|
||||
std::optional<ResponsePICOBOOT> handle_picoboot(const responder&, const RequestPICOBOOT&) {
|
||||
dispatch_schedule_ms(100, []{ reset_usb_boot(0, 1); });
|
||||
return ResponsePICOBOOT{};
|
||||
}
|
||||
|
||||
std::optional<ResponseInfo> handle_info(const responder&, const RequestInfo&) {
|
||||
ResponseInfo resp;
|
||||
pico_unique_board_id_t uid;
|
||||
|
||||
Reference in New Issue
Block a user