Skip to content

Commit 40b4a49

Browse files
committed
Mon 3 Feb 2020 07:54:14 EST - 2.0 pre release
1 parent a924371 commit 40b4a49

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed

Firmware/Releases/odroid-go.zip

13 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Firmware/Releases/retro-esp.zip

-36 Bytes
Binary file not shown.
-112 Bytes
Binary file not shown.

Launchers/retro-esp32/main/includes/definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/*
3636
3737
*/
38-
#define BUILD "Version 1 Build 9 (v.1.9)"
38+
#define BUILD "Version 2 Build 0 (v.2.0)"
3939

4040

4141
#define _GNU_SOURCE

Launchers/retro-esp32/main/main.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,10 +545,12 @@
545545
case ESP_OK:
546546
break;
547547
case ESP_ERR_NVS_NOT_FOUND:
548-
USER = 0;
548+
USER = 20;
549+
set_theme(USER);
549550
break;
550551
default :
551-
USER = 0;
552+
USER = 20;
553+
set_theme(USER);
552554
}
553555
nvs_close(handle);
554556
}

0 commit comments

Comments
 (0)