mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
We have a lot of code duplication by checkin over and over again if field should be named in camel or snake notation. We simplify this by writing the choosen variant into a variable and just use that name across the code. No functional change.