Skip to content

Commit

Permalink
Disable AT mode after reset
Browse files Browse the repository at this point in the history
Initializing at_mode_active at the variable declaration did not have the
effect. Strange.
povik authored and tridge committed Jun 13, 2021
1 parent c468007 commit 70b306a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Firmware/radio/main.c
Original file line number Diff line number Diff line change
@@ -447,4 +447,6 @@ radio_init(void)

// initialise TDM system
tdm_init();

at_mode_active = false;
}

0 comments on commit 70b306a

Please sign in to comment.