Mirko Vogt

Results 27 comments of Mirko Vogt

Ah, ok, so if it's QIO on the Sonoffs using ESP8266 the external flash on the Sonoffs appears indeed quad wired. > In anycase I have now followed tasmota lead...

This exactly happens to me right now, using a CM13 (6.0) nightly build on my Oneplus One and the vdc command (which afaik the cryptfs-password UI is using under the...

I see. But I tried that scenario and it doesn't work (for me). Maybe a CM13 bug - but I'd like to have a second experience backing that up.

Is there any news re that, any update or estimation or blocker or new insights?

Even if not going the full mip-road, I'd really welcome a respective manifest.py file in order to be able to bake it into micropython images as frozen module.

As you pointed out, I can already just freeze respective files into my project, like: ``` freeze("$(MPY_DIR)/lib/microdot/src", "microdot.py") freeze("$(MPY_DIR)/lib/microdot/src", "microdot_asyncio.py") ``` However, code using that, would not be portable, as...

Thanks for clarifying on the package / module confusion - my bad. The advantage of a provided manifest I see is: - I just have to to include this file...