mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Initial integration with rmt (only wifi works rn)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user