Skip to content
Snippets Groups Projects

epicardium: BLE opt in

Merged koalo requested to merge koalo/bleoptin into master
2 files
+ 14
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -275,6 +275,14 @@ static void load_menu(bool reset)
/* Helpers }}} */
/* API {{{ */
/*
* Restart the firmware
*/
void epic_system_reset(void)
{
card10_reset();
}
/*
* This is NOT the epic_exec() called from Pycardium, but an implementation of
* the same call for use in Epicardium. This function is synchroneous and will
Loading