Merge pull request #205 from meshtastic/cr-fix

Denoms noms noms
This commit is contained in:
Thomas Göttgens 2022-10-07 22:06:32 +02:00 committed by GitHub
commit 71f6fa4575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -536,7 +536,7 @@ message Config {
/*
* The denominator of the coding rate.
* ie for 4/8, the value is 8. 5/8 the value is 5.
* ie for 4/5, the value is 5. 4/8 the value is 8.
*/
uint32 coding_rate = 5;