Merge remote-tracking branch 'origin/ac_main' into mdev
This commit is contained in:
@@ -372,6 +372,8 @@ void WLED::setup()
|
||||
}
|
||||
#ifdef WLED_ADD_EEPROM_SUPPORT
|
||||
else deEEP();
|
||||
#else
|
||||
initPresetsFile();
|
||||
#endif
|
||||
updateFSInfo();
|
||||
|
||||
@@ -472,8 +474,6 @@ void WLED::beginStrip()
|
||||
{
|
||||
// Initialize NeoPixel Strip and button
|
||||
strip.finalizeInit(); // busses created during deserializeConfig()
|
||||
strip.loadCustomPalettes();
|
||||
strip.deserializeMap();
|
||||
strip.makeAutoSegments();
|
||||
strip.setBrightness(0);
|
||||
strip.setShowCallback(handleOverlayDraw);
|
||||
|
||||
Reference in New Issue
Block a user