Indention fixed.
This commit is contained in:
parent
402d8207db
commit
881c19b53c
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -9,9 +9,14 @@ The base of the chirp driver is based on https://www.universirius.com/preppers/q
|
|||
|
||||
## EEPROM content for 0.5 HF:
|
||||
|
||||
Address: 0x0D60
|
||||
Content:
|
||||
for(uint16_t i = 0; i < sizeof(MR_ChannelAttributes); i++) { ChannelAttributes_t *att = &MR_ChannelAttributes[i]; if(att->__val == 0xff){ att->__val = 0; att->band = 0xf; } }
|
||||
Address: 0x0D60
|
||||
Content:
|
||||
for(uint16_t i = 0; i < sizeof(MR_ChannelAttributes); i++) {
|
||||
ChannelAttributes_t *att = &MR_ChannelAttributes[i];
|
||||
if(att->__val == 0xff) {
|
||||
att->__val = 0; att->band = 0xf;
|
||||
}
|
||||
}
|
||||
|
||||
Address: 0x0E70
|
||||
Content:
|
||||
|
|
Loading…
Reference in a new issue