After putting my webpage into FLASH and using REQUIRE to run.
My serial Rx fails on long packets >300 short packets are working fine <200
I'm thinking the serial buffer is being over layed due to added delay? I did not have this problem before
putting Webpage into FLASH.. I'm losing data at start of packet, like mayby buffer wrapping ??
Using CALLBACK uart.on("data", "\n",uartRX,0)
I tried Storing data as 1st thing in my textarea buffer, but result is same, data loss
I using 38400 baud if I slow to 9600 I do not drop data..
Apparently Call Back is being slowed down.....
How can I get to happen sooner ????
How can I increase the Serial Rx Buffer in NodeMCU ?