diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 4e45275f..74e178f5 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -1051,7 +1051,6 @@ #define RF_RECEIVE_DELAY 500 // Interval between recieving in ms (avoid debouncing) #endif - #ifndef RF_RAW_SUPPORT #define RF_RAW_SUPPORT 0 // RF raw codes require a specific firmware for the EFM8BB1 // https://github.com/rhx/RF-Bridge-EFM8BB1 diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index f7a5ffb4..a802588f 100644 --- a/code/espurna/config/version.h +++ b/code/espurna/config/version.h @@ -1,5 +1,5 @@ #define APP_NAME "ESPURNA" -#define APP_VERSION "1.13.1" +#define APP_VERSION "1.13.2b" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat" #define CFG_VERSION 3