Andrew Leech
Andrew Leech
The problem is that the 8266 is just too small / slow. The sites that don't work are using a modern https/SSL cipher. Micropython supported two libraries for SSL; mbedtls...
It's actually very important to have as it allows you to import things to satisfy type hinting that would otherwise cause circular dependencies. It's defined True by the type checking...
It sounds like you can roll out firmware updates at least to test / workaround the issue? If so you could try reconfiguring the board to use the internal osc...
FYI I've added an implementation for this in https://github.com/indygreg/PyOxidizer/pull/714
FYI this issue has been addressed in similar ways in both #248 and #253
Hi @rafaelaroca, in your first example you don't configure the `mosi=Pin(19),miso=Pin(16),sck=Pin(18)` pins of `machine.SPI(0)` so it will likely be using different pins. The second example configures all of these, hence...
I've just got a C120 and was expecting to run into this issue as we want to use tapo app as well as HA. When setting up the app as...
Hi, I'd like to vote +1 on being able to manage the Microsoft OS compatibility descriptors with this feature - I'm super keen to use this to get automatic WinUSB...
@obdevel external controllers seem relevant to me too, surely a common CAN interface should be able to support them too! Could you share some details about the public API you...
This PR has been rebased and the comments addressed. Ready for re-review thanks!