Skip to content

Commit

Permalink
Add AM-fix build option to EEPROM
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Dec 17, 2023
1 parent 2a75f8a commit c4d9cfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,9 @@ buf[1] = 0
#ifdef ENABLE_BLMIN_TMP_OFF
| (1 << 3)
#endif
#ifdef ENABLE_AM_FIX
| (1 << 4)
#endif
;
EEPROM_WriteBuffer(0x1FF0, buf);
}

0 comments on commit c4d9cfc

Please sign in to comment.