Skip to content

Commit

Permalink
V0.5 vs1053 pb
Browse files Browse the repository at this point in the history
  • Loading branch information
karawin committed Oct 26, 2017
1 parent 88431a0 commit e3feda6
Show file tree
Hide file tree
Showing 6 changed files with 507 additions and 507 deletions.
Binary file modified build/KaRadio32.bin
Binary file not shown.
Binary file modified build/KaRadio32.elf
Binary file not shown.
1,010 changes: 505 additions & 505 deletions build/KaRadio32.map

Large diffs are not rendered by default.

Binary file modified build/main/app_main.o
Binary file not shown.
Binary file modified build/main/libmain.a
Binary file not shown.
4 changes: 2 additions & 2 deletions main/app_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,8 @@ void app_main()
websocketinit();
// log level
setLogLevel(device->trace_level);
init_hardware();
ESP_LOGI(TAG, "Hardware init done...");
// output mode
//I2S, I2S_MERUS, DAC_BUILT_IN, PDM, VS1053
audio_output_mode = device->audio_output_mode;
Expand All @@ -790,8 +792,6 @@ void app_main()



init_hardware();
ESP_LOGI(TAG, "Hardware init done...");

//uart speed
uspeed = device->uartspeed;
Expand Down

0 comments on commit e3feda6

Please sign in to comment.