Bugfix for missing IR.json error code.

This commit is contained in:
Blaž Kristan 2021-09-03 08:25:18 +02:00
parent 4875544888
commit 7960e9b309
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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