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