meshtastic / protobufs

Protobuf definitions for the Meshtastic project
https://meshtastic.org
GNU General Public License v3.0
73 stars 107 forks source link

Add Teledatics TD-LORAC module #478

Closed thebentern closed 3 months ago

thebentern commented 3 months ago

I also reordered device only. When I removed one of the remote hardware pieces from device only, it broke the nanopb generation of device_only.pb.h and I had to reorder for some reason. I guess it's because C doesn't hoist types and the generator couldn't figure out the dependency tree 🤷