issue on updating the html section in webapp.py
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:
- edit update secrets.py to change AP name.
- edit update the html section of webapp.py
- remove pico and plug it in and nothing happens.
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.
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: https://justpaste.it/dpoam
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.