meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.31k stars 800 forks source link

[Bug]: multiple Typo ... mhz -> MHz #4126

Closed karamo closed 2 months ago

karamo commented 3 months ago

Category

Other

Hardware

Not Applicable

Firmware Version

2.3.12

Description

multiple Typo "mhz" -> "MHz" 1) config.pb.h multiple in comments 2) RadioInterface.cpp L.525 (in LOG_INFO) 3) sleep.cpp line 65 (in comment) & line 72 (in LOG_DEBUG)

Relevant log output

No response

caveman99 commented 3 months ago

config.pb.h is generated from the Protobufs directory, hence the comments have to be fixed there.