tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
601 stars 188 forks source link

examples/wifinina/tlsclient failed #290

Open sago35 opened 3 years ago

sago35 commented 3 years ago

If the URL is changed to the following, no error will be displayed.

The environment is as follows.

$ tinygo flash --target pyportal --size short --programmer jlink ./examples/wifinina/tlsclient/
Connecting to XXXXXX
Connection status: No SSID Available
Connection status: No SSID Available
Connection status: No SSID Available
Connection status: No SSID Available
Connection status: No SSID Available
Connected.
192.168.1.123

---------------
Dialing TCP connection
Connection failed: wifinina error: 0x01
scottfeldman commented 1 year ago

Just a note for now: this is fixed in netdev