pull/4/head
Holger Wirtz 6 years ago
parent babe9c2f51
commit 0ebc87a157
  1. 1
      UI.cpp
  2. 2
      config.h

@ -238,6 +238,7 @@ void handle_ui(void)
case UI_VOLUME: case UI_VOLUME:
ui_state = UI_MAIN; ui_state = UI_MAIN;
lcd.clear(); lcd.clear();
enc[1].write(voice);
ui_show_main(); ui_show_main();
break; break;
case UI_MAIN: case UI_MAIN:

@ -31,7 +31,7 @@
// ATTENTION! For better latency you have to redefine AUDIO_BLOCK_SAMPLES from // ATTENTION! For better latency you have to redefine AUDIO_BLOCK_SAMPLES from
// 128 to 64 in <ARDUINO-IDE-DIR>/cores/teensy3/AudioStream.h // 128 to 64 in <ARDUINO-IDE-DIR>/cores/teensy3/AudioStream.h
#define VERSION "0.9.2" #define VERSION "0.9.3"
//************************************************************************************************* //*************************************************************************************************
//* DEVICE SETTINGS //* DEVICE SETTINGS

Loading…
Cancel
Save