mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix Typo
This commit is contained in:
parent
f9885d5e92
commit
a4ebed7b56
1 changed files with 2 additions and 2 deletions
|
|
@ -782,9 +782,9 @@ message RadioConfig {
|
|||
|
||||
/*
|
||||
* We'll always read the sensor in Celsius, but sometimes we might want to
|
||||
* display the results in Farenheit as a "user preference".
|
||||
* display the results in Fahrenheit as a "user preference".
|
||||
*/
|
||||
bool telemetry_module_display_farenheit = 145;
|
||||
bool telemetry_module_display_fahrenheit = 145;
|
||||
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue