json/info: brand and product configurable by compile variables
For MM builds brand = WLEDMM Will be used in WLED-Native - by Moustachauve Changed in bh1750, bme280, pir, json.cpp and wled.h
This commit is contained in:
@@ -8033,7 +8033,7 @@ uint16_t mode_2Doctopus() {
|
||||
}
|
||||
|
||||
if (true) // WLEDMM SuperSync
|
||||
SEGENV.step = (strip.now / 25) * (SEGMENT.speed / 32 + 1); // WLEDMM 40fps
|
||||
SEGENV.step = strip.now * (SEGMENT.speed / 32 + 1) / 25; // WLEDMM 40fps
|
||||
else
|
||||
SEGENV.step += SEGMENT.speed / 32 + 1; // 1-4 range
|
||||
|
||||
|
||||
Reference in New Issue
Block a user