Add debug log ring buffer with timestamps, log CLI subcommand
This commit is contained in:
@@ -6,6 +6,7 @@ std::string_view firmware_name = "picomap";
|
||||
static constexpr handler_entry handlers[] = {
|
||||
{RequestPICOBOOT::ext_id, handle_picoboot},
|
||||
{RequestInfo::ext_id, handle_info},
|
||||
{RequestLog::ext_id, handle_log},
|
||||
};
|
||||
|
||||
int main() {
|
||||
|
||||
Reference in New Issue
Block a user