And many thanks to 4refr0nt for making our developer life much more easier with its wonderful IDE.
Cheers
The ESPlorer states "stdin:1: unexpected symbol near " or another bogus error like "unfinished string" when there exceeds 255 chars on a single line. It should states "Max chars exceeded" or something of the sort.
> print("no error")
no error
(Note: this spans one line in the ESPlorer window)
print("foobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbazfoobarbaz")
stdin:1: unfinished string near '")'
Please add the appropriate error message.
-Cameron
cweibel wrote:stdin:1: unfinished string near '")'
Its NodeMCU message, not ESPlorer.
And length limit of 255 - too.