diff --git a/Esp32_radio/Esp32_radio.ino b/Esp32_radio/Esp32_radio.ino index 1cbe3aa..5ef2f55 100644 --- a/Esp32_radio/Esp32_radio.ino +++ b/Esp32_radio/Esp32_radio.ino @@ -3983,7 +3983,7 @@ String getFSfilename ( String &nodeID ) //************************************************************************************************** void chk_enc() { - static int8_t enc_preset ; // Selected preset + static int16_t enc_preset ; // Selected preset static String enc_nodeID ; // Node of selected track static String enc_filename ; // Filename of selected track String tmp ; // Temporary string diff --git a/bin/Esp32_radio.ino.partitions.bin b/bin/Esp32_radio.ino.partitions.bin index eabbf0c..62083b5 100644 Binary files a/bin/Esp32_radio.ino.partitions.bin and b/bin/Esp32_radio.ino.partitions.bin differ