Integration with RMT

This commit is contained in:
2025-07-12 22:45:57 -04:00
parent ab277d05a0
commit 74d4302075
21 changed files with 437 additions and 69 deletions

View File

@@ -16,11 +16,11 @@ DataLinkManager::DataLinkManager(uint8_t board_id, uint8_t num_channels = MAX_CH
return;
}
if (get_board_id(this_board_id) != ESP_OK){
// if (get_board_id(this_board_id) != ESP_OK){
//failed to read from NVM for board id under key "board". Will write a new entry
this_board_id = board_id;
set_board_id(this_board_id);
}
// }
// if (this_board_id != board_id){
// //NVM board id is different from `board_id` -> update entry to the new board id