diff --git a/usermods/BH1750_v2/usermod_bh1750.h b/usermods/BH1750_v2/usermod_bh1750.h index 14add5c6..efd6135e 100644 --- a/usermods/BH1750_v2/usermod_bh1750.h +++ b/usermods/BH1750_v2/usermod_bh1750.h @@ -226,7 +226,7 @@ public: } void appendConfigData() { - oappend(SET_F("addHB('BH1750');"); + oappend(SET_F("addHB('BH1750');")); // WLEDMM this usermod can ONLY use HW_I2C - so always use globals //oappend(SET_F("addInfo('BH1750:pin[]',0,'','I2C SCL');")); //oappend(SET_F("rOption('BH1750:pin[]',0,'use global (")); oappendi(i2c_scl); oappend(")',-1);"); diff --git a/wled00/wled.h b/wled00/wled.h index 134c442f..3d3a3d46 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2301160 +#define VERSION 2301170 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG