I`m trying to start the program using function
Code: Select all
pyb.main(bootFileName)
Code: Select all
13:50:57.924 -> Traceback (most recent call last):
13:50:57.924 -> File "main_v16.mpy", line 1
13:50:57.924 -> SyntaxError: invalid syntax
Code: Select all
import bootFileName
What may be the reason of such behavior?