Brad Colbert
Brad Colbert
Well, it appears that the call wifi_manager_initialise_mdns() isn't implemented so I implemented my own, which I call when I receive WM_EVENT_STA_GOT_IP. Strange thing is. I'm now able to ping myhostname.local...
I'm not sure how to read this but there is a response in HTTP from the esp32 (.126) claiming that the "Location:" is 10.10.0.1 (from Wireshark)? I'm not sure where...
I'm not sure this is normal but it appears that the interface is still configured as both STA and AP? Could this be why I get the AP address? I...
Is this simply a "move and create an interface" job?
Hi @fraschetti, Makes total sense. I suspected that was the case but wanted to make sure I hadn't broken anything in updating. I appreciate the configuration option. Thanks again!
I installed the wheel package, got a little further (farther?... I'm your farther Luke!) but hitting a snag when building wxpython: ... lots and lots... looks to be in the...
G'dangit! https://stackoverflow.com/questions/65462530/pyclipper-installation-error-tp-print-is-not-a-member-of-typeobject `The tp_print method was removed from the API in Python 3.9. Error "'tp_print': is not a member of '_typeobject'" means that the code is intended for Python
Ok, a little unfair, maybe, but I've tried this on my MBP (Python 3.7.9) and I get farther/further/I'm your... but errors out, again, in atari800_antic.c: ``` clang -Wno-unused-result -Wsign-compare -Wunreachable-code...
> I have not tested Omnivore at python > 3.8, but that's on my plate this coming week. > > Also, I don't know what your use case will be,...