diff --git a/wled00/const.h b/wled00/const.h index 99174f25..28533eba 100644 --- a/wled00/const.h +++ b/wled00/const.h @@ -215,7 +215,7 @@ #define ERR_FS_BEGIN 10 // Could not init filesystem (no partition?) #define ERR_FS_QUOTA 11 // The FS is full or the maximum file size is reached #define ERR_FS_PLOAD 12 // It was attempted to load a preset that does not exist -#define ERR_FS_IRLOAD 12 // Loading of ir.json failed +#define ERR_FS_IRLOAD 13 // Loading of ir.json failed #define ERR_FS_GENERAL 19 // A general unspecified filesystem error occured #define ERR_OVERTEMP 30 // An attached temperature sensor has measured above threshold temperature (not implemented) #define ERR_OVERCURRENT 31 // An attached current sensor has measured a current above the threshold (not implemented) diff --git a/wled00/wled.h b/wled00/wled.h index 9694be7d..88763c44 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2108281 +#define VERSION 2109031 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG