bborncr/nextion

GetcomponentValue getting num while in Nextion debug

Opened this issue · 1 comments

Hi. Having fun with this library. It works great with my Arduino Nano and Uno and the 2.4" Nextion. However when I'm just using the Arduino and the debug mode in the Nextion IDE without the TFT attached. The function getcomponentValue does not return a number. I did however discover that changing the timeout setting from 20 to 200 in the Nextion.cpp file worked.
Is this going to cause any unforeseen problems somewhere else?

Only thing weird I may be doing is continuing to use software serial and changing my RX TX settings to 0 and 1.

This also is a problem for me, but the workaround also works. Thanks for figuring this out WildWilly!