You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on the latest nodemcu firmware (stable channel)
When running the lines one by one the three tones are sounding.
However when a file is saved on the esp file system and I use dofile command to call it, the following error is raised: PANIC: unprotected error in call to Lua API (bz.lua:12: attempt to concatenate global 'freq' (a nil value))"
It seems that the code cannot initialize the freq variable correctly.
The text was updated successfully, but these errors were encountered:
Running on the latest nodemcu firmware (stable channel)
When running the lines one by one the three tones are sounding.
However when a file is saved on the esp file system and I use dofile command to call it, the following error is raised:
PANIC: unprotected error in call to Lua API (bz.lua:12: attempt to concatenate global 'freq' (a nil value))"
It seems that the code cannot initialize the freq variable correctly.
The text was updated successfully, but these errors were encountered: