more features for tracing and everything

This commit is contained in:
Laura Klünder 2023-10-05 05:40:07 +02:00
parent 0343030980
commit 0c9b253d87
6 changed files with 97 additions and 30 deletions

View file

@ -10,9 +10,7 @@ class Command(BaseCommand):
def handle(self, *args, **options):
done_struct_names = set()
nodata = set()
struct_lines = {
"num": "uint8_t num; /** defined here for convenience. subtypes that use it will define it themselves */"
}
struct_lines = {}
for msg_type in MeshMessage.msg_types.values():
if msg_type.c_struct_name: