wledInit -> setup
This commit is contained in:
parent
40ac760285
commit
7e21955211
@ -484,7 +484,7 @@ void WLED::loop()
|
|||||||
#endif // WLED_DEBU
|
#endif // WLED_DEBU
|
||||||
}
|
}
|
||||||
|
|
||||||
void WLED::wledInit()
|
void WLED::setup()
|
||||||
{
|
{
|
||||||
EEPROM.begin(EEPSIZE);
|
EEPROM.begin(EEPSIZE);
|
||||||
ledCount = EEPROM.read(229) + ((EEPROM.read(398) << 8) & 0xFF00);
|
ledCount = EEPROM.read(229) + ((EEPROM.read(398) << 8) & 0xFF00);
|
||||||
|
@ -388,14 +388,11 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
//boot starts here
|
//boot starts here
|
||||||
void setup()
|
void setup();
|
||||||
{
|
|
||||||
wledInit();
|
|
||||||
}
|
|
||||||
void loop();
|
void loop();
|
||||||
void reset();
|
void reset();
|
||||||
|
|
||||||
void wledInit();
|
|
||||||
void beginStrip();
|
void beginStrip();
|
||||||
void handleConnection();
|
void handleConnection();
|
||||||
void initAP(bool resetAP = false);
|
void initAP(bool resetAP = false);
|
||||||
|
Loading…
Reference in New Issue
Block a user