mirror of
https://github.com/HASwitchPlate/HASPone.git
synced 2025-07-24 19:56:43 +00:00
Memory re-alignment error
This commit is contained in:
parent
804480c33d
commit
d129f2f0cc
Binary file not shown.
@ -1762,7 +1762,7 @@ void nextionUpdateProgress(const unsigned int &progress, const unsigned int &tot
|
|||||||
{
|
{
|
||||||
uint8_t progressPercent = (float(progress) / float(total)) * 100;
|
uint8_t progressPercent = (float(progress) / float(total)) * 100;
|
||||||
nextionSetAttr("p[0].b[4].val", String(progressPercent));
|
nextionSetAttr("p[0].b[4].val", String(progressPercent));
|
||||||
};
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
void espWifiConnect()
|
void espWifiConnect()
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user