dronecan / pydronecan

python DroneCAN code generation, interface and utilities
MIT License
40 stars 42 forks source link

fix DNA server store empty uuid #70

Closed Huibean closed 1 week ago

Huibean commented 1 week ago

Fix DNA server store empty uuid and casuing overwrite node id in every boot

image
tpwrules commented 1 week ago

I am not sure this is a complete fix. It should be okay to have None entries (to reserve IDs for nodes that don't send unique IDs and/or don't participate in DNA), they are just getting there when they shouldn't.

I will check if this works though.

tpwrules commented 1 week ago

I think this is a better fix: https://github.com/dronecan/pydronecan/pull/71 (see also https://github.com/dronecan/gui_tool/pull/73 and #72 )

Huibean commented 1 week ago

I think this is a better fix: #71 (see also dronecan/gui_tool#73 and #72 )

closed, use your PR, thanks