While trying to understand the code of the bootloader, the following questions came up:
- update_mapping method in cloader.py
I found the description of the GET_MAPPING command in the wiki, but it seems like the mapping (self.mapping) is never used anywhere. Did I miss something or is the feature not yet used? - check_link_and_get_info method in cloader.py
Why is the radio link set to a random address?
Fred