Skip to content

Commit

Permalink
Wed 26 Feb 2020 16:49:19 EST - preparing for v.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
32teeth committed Feb 26, 2020
1 parent 5a74e24 commit 63806b8
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 87 deletions.
2 changes: 1 addition & 1 deletion Launchers/retro-esp32/components/odroid/odroid_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ int32_t odroid_settings_Volume_get()
err = nvs_get_i32(my_handle, NvsKey_Volume, &result);
if (err == ESP_OK)
{
printf("odroid_settings_Volume_get: value=%d\n", result);
//printf("odroid_settings_Volume_get: value=%d\n", result);
}

// Close
Expand Down
1 change: 1 addition & 0 deletions Launchers/retro-esp32/main/includes/declarations.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
char *remove_ext (char* myStr, char extSep, char pathSep);
char *get_filename (char* myStr);
char *get_ext (char* myStr);
int get_application (char* ext);

/*
Debounce
Expand Down
2 changes: 1 addition & 1 deletion Launchers/retro-esp32/main/includes/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/*
*/
#define BUILD "Version 2 Build 1 (v.2.1)"
#define BUILD "Version 2 Build 2 (v.2.2)"


#define _GNU_SOURCE
1 change: 1 addition & 0 deletions Launchers/retro-esp32/main/includes/structures.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ typedef struct{
char name[256];
char path[256];
char art[256];
char ext[256];
uint32_t crc;
bool ready;
bool favorite;
Expand Down
Loading

0 comments on commit 63806b8

Please sign in to comment.