legacy: wipe with debug link only in emulator

pull/160/head
Pavol Rusnak 5 years ago
parent e2ab5d0565
commit 6dcf9635a9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -141,7 +141,9 @@ int main(void) {
#if DEBUG_LINK
oledSetDebugLink(1);
#if !EMULATOR
config_wipe();
#endif
#endif
oledDrawBitmap(40, 0, &bmp_logo64);

Loading…
Cancel
Save