Christian Decker
Christian Decker
I really like to define the exact version of a package. So this change would be nice. If I write a script which installs all my packages, I'm not sure...
I've problem getting it all to run. Maybe you can help me. I've installed ssl, ussl and upip ~~~bash make install MOD=ssl make install MOD=cpython-ussl make install MOD=upip ~~~ But...
Okay. I'm getting closer :). I could not compile pycopy due to this error https://github.com/pfalcon/pycopy/issues/59
It should work now :)
I have a ESP32 DevKit ESP32-WROOM Wireless WiFi and Bluetooth Developerboard ~~~log import sys >>> sys.version '3.4.0; MicroPython v1.19.1 on 2022-06-18' >>> sys.implementation (name='micropython', version=(1, 19, 1), _machine='ESP32 module with...
@dpgeorge Thank you very much for your help. Should we create a bug in the IDF repository or is this an issue micropython can fix?
@IhorNehrutsa With `dhcp_hostname` you can set the hostname for your device. "timeslime" is than the name I see in the router.
But then you've also to update the documentation https://docs.micropython.org/en/latest/library/network.WLAN.html?highlight=dhcp Following are commonly supported parameters (availability of a specific parameter depends on network technology type, driver, and [MicroPython port](https://docs.micropython.org/en/latest/reference/glossary.html#term-MicroPython-port)). Parameter |...
@dpgeorge I'm not sure, if I've the time and knowledge to provide a C example. Can someone else provide a C example? Or maybe can they (owners of the IDF...
Here is the action that failed: https://github.com/geerlingguy/ansible-role-certbot/actions/runs/7416948318