We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
Downloaded WebRepl from: https://github.com/micropython/webrepl
Connected to wifi: ESP32AccessPoint
ESP32AccessPoint
Opened: webrepl.html
webrepl.html
connected to: ws://192.168.0.1:8266/
entered password
But what now? -Is it possible to command the Tracker? -Possible to calibrate? -list configs?
How possible?
When I run commands: >>> help
>>> help
I get: <function>
<function>
Then command: >>> configs
>>> configs
I get:
Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'configs' isn't defined
Also command: >>> setup 0
>>> setup 0
Gives:
Traceback (most recent call last): File "<stdin>", line 1 SyntaxError: invalid syntax >>>
Why no worky plz?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Downloaded WebRepl from:
https://github.com/micropython/webrepl
Connected to wifi:
ESP32AccessPoint
Opened:
webrepl.html
connected to:
ws://192.168.0.1:8266/
entered password
But what now?
-Is it possible to command the Tracker?
-Possible to calibrate?
-list configs?
How possible?
When I run commands:
>>> help
I get:
<function>
Then command:
>>> configs
I get:
Also command:
>>> setup 0
Gives:
Why no worky plz?
The text was updated successfully, but these errors were encountered: