Tynan Winters
Tynan Winters
This worked for me, thank you! Do you know how I can decode the email body properly? >decoded_body = base64.b64decode(body).decode('utf-8') Returns garbage.
> To setup a proxy with user and password you will need to add an extension to you chrome driver. > > Here is the code I use to do...
Getting google captcha now
> i think your local chrome installation is missing. LOL, this worked for me :) Thanks!
@TomSchimansky Having the same issue with map.set_position(lat, long). @motormouthvis Were you able to find a solution?
@TomSchimansky, @motormouthvis Found the issue... when you scroll using mouse, the zoom is stored as float. In the utility_functions.py: def decimal_to_osm(lat_deg: float, lon_deg: float, zoom: int)
Hello, I have the same issue running esp32-c3. @hpwit could you share your "special driver" info and setup? I am using a string of WS2811 LEDs with a single pin...
@hpwit I've actually made the switch to ESP32 now (previously C3), can you kindly share what driver you are referring too? I'd like to avoid using the Teensy 4 for...
Just following up on this issue: has there been any recent development in a functional /edit page within AP mode? It seems @ryansabin method works, but ace.json completely fills up...
Found a quick workaround for some but not all use cases (sorry if this is trivial, i=n00b) You can either upload your ledmap.json file and completely bypass the /edit page...