Trying to upload some sample software to ESP
I'm using the Esplorer IDE, the problem is that during uploading there are bugs that tell me very little about what is wrong.
eg:
How do I know which line is involved?
Code: Lua
I'm using the Esplorer IDE, the problem is that during uploading there are bugs that tell me very little about what is wrong.
eg:
stdin:2: unexpected symbol near '<'
stdin:2: '=' expected near 'ifi'
stdin:2: ')' expected (to close '(' at line 1) near 'config'
How do I know which line is involved?