feat(802.15.4): add some documentation for txrx statistics and debug record

This commit is contained in:
Tan Yan Quan
2024-12-03 20:00:31 +08:00
parent 7515df3ee2
commit c711541e2b
2 changed files with 120 additions and 5 deletions

View File

@@ -107,6 +107,7 @@ static int process_txrx_statistic(int argc, char **argv)
}
if (txrx_stat_args.clear->count) {
esp_ieee802154_txrx_statistic_clear();
ESP_LOGI(TAG, "clear the txrx statistics");
}
if (!txrx_stat_args.print->count && !txrx_stat_args.clear->count) {
ESP_LOGE(TAG, "no valid arguments");