-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
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
issue on updating the html section in webapp.py #239
Comments
I would need to see your changes for any idea on what might not be working. |
@dbisu , I replaced this section of the code in the webapp.py file: |
What errors are you getting in the debug serial? |
@dbisu , i'm not too sure what you meant by debug serial? How do i get the info.. |
Instructions here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
something strange, having updated the html section on webapp.py to include css within the html renders the pico pi from working. As in AP does not show up and also does not execute payload. Nothing happens.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be able to see the new AP, able to see the updated webpage and execute payload.
Screenshots
If applicable, add screenshots to help explain your problem.
Debug info
If possible, include debug serial data.
On Windows, use PuTTY, connect to the debug serial port (commonly COM3, but could vary)
On Linux, use minicom (minicom -b 115200 -o -D /dev/ttyACM0, where ttyACM0 corresponds to your device)
Additional context
I can provide the html section if required. Appreciate if you could help on what i need to check and fix.
The text was updated successfully, but these errors were encountered: