-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
Description
i worked though it for quite some hours, and have no clue why it happens.
but i can for sure say that in line 207 where code is like "s = ussl.wrap_socket(s, server_hostname=host)". hostname is of course "api.github.com" at runtime.
on my 8266 devboard an immediate reset is happening.
no exception is catched in exept OSError.
i erased and flashed new 1.12 micopython firmware. sill happening.
my code is pretty small, just doing a POC.
what could i be ding wrong?