G4lile0 / tinyGS

📡 Open Ground Station Network 🛰
GNU General Public License v3.0
922 stars 176 forks source link

Use ENUM for radio module types #231

Closed cureton closed 3 months ago

cureton commented 3 months ago

Convert radio module types to an enum, Include radio module enum in config manager Update code in radio.cpp to use enum rather than magic numbers Update debug loging to use the correct module name.

G4lile0 commented 3 months ago

Hi @cureton great idea! it makes it much clear. Thanks!

cureton commented 3 months ago

My pleasure @G4lile0, Thanks for nurturing the TinyGS idea and mantaining the system.