jyberg / Enhanced-Nextion-Library

Enhanced Nextion library for Arduino, NodeMcu, Esp8266,...
MIT License
47 stars 23 forks source link

Fix timeout for non-32bit processors #10

Closed VincentFrangi closed 4 years ago

VincentFrangi commented 4 years ago

Fix timeout issue on AVR processors causing incapacity of handling buttons events after a certain amount of time.

Using uint32_t instead of size_t to store millis() value.

jyberg commented 4 years ago

thanks for help. This helps also other 16bit users!

VincentFrangi commented 4 years ago

Your, welcome! Btw thanks for your lib