Seithan / EasyNextionLibrary

A simple library for Nextion display that uses only four functions. You can easily benefit from Nextion's wide range of features and advantages in just a few easy steps. The library uses a custom protocol that can prove to be a powerful tool for advanced users as it can be easily modified to meet one’s needs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 Crash

tbillers opened this issue · comments

When using your code in arduino to run a ESP32, any trigger events over 09 causes the MCU to crash and reset,
i have a print 23 02 54 0A (Trigger 10) from my display button, and void trigger0A() in my code and the MCU resets when the button is pressed on the screen. any susgetions as to where i am going wrong or is this a bug?

Now Fixed. I was not uisng trigger10() in my arduino code, And it was late....

Thanks you by the way for a great bit of code. :)