Use enums for hw_model per @sachaw idea.

This commit is contained in:
Kevin Hester
2021-03-14 10:37:32 +08:00
parent efebb8bb0b
commit 9a03536e3d
9 changed files with 54 additions and 24 deletions

View File

@@ -4,12 +4,14 @@ You probably don't care about this section - skip to the next one.
## 1.2 cleanup & multichannel support:
* cleanup the external notification and serial plugins
* DONE cleanup the external notification and serial plugins
* non ack version of stress test fails sometimes!
* timestamps on oled screen are wrong - don't seem to be updating based on message rx
* luxon bug report - seeing rx acks for nodes that are not on the network
* channel hash suffixes are wrong on android
* tx fault test has a bug #734
* DONE move device types into an enum in nodeinfo
* fix android to use new device types for firmware update
* cdcacm bug on nrf52: emittx thinks it emitted but client sees nothing. works again later
* nrf52: segger logs have errors in formatting that should be impossible (because not going through serial, try stalling on segger)