pimoroni-pico/micropython/modules/pico_wireless
Phil Howard 71058bca1e PicoWireless: use strnlen for fwver and SSIDs
Avoid going through std::string and instead uses strnlen to get string length.

Prevents extra null chars leaking into the Python string.
2021-10-04 16:16:19 +01:00
..
micropython.cmake Fixes for picowireless not showing in Micropython 2021-04-15 10:11:16 +01:00
pico_wireless.c Added final missing functions from wifi api 2021-04-20 12:05:29 +01:00
pico_wireless.cpp PicoWireless: use strnlen for fwver and SSIDs 2021-10-04 16:16:19 +01:00
pico_wireless.h Added final missing functions from wifi api 2021-04-20 12:05:29 +01:00