Indention fixed.

This commit is contained in:
Kai Lauterbach 2024-04-22 18:58:27 +02:00
parent 402d8207db
commit 881c19b53c

View file

@ -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: