Memory re-alignment error

This commit is contained in:
aderusha 2021-03-03 15:08:23 -05:00
parent 804480c33d
commit d129f2f0cc
3 changed files with 1 additions and 1 deletions

View File

@ -1762,7 +1762,7 @@ void nextionUpdateProgress(const unsigned int &progress, const unsigned int &tot
{
uint8_t progressPercent = (float(progress) / float(total)) * 100;
nextionSetAttr("p[0].b[4].val", String(progressPercent));
};
}
////////////////////////////////////////////////////////////////////////////////////////////////////
void espWifiConnect()