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
pico_wireless.c
pico_wireless.cpp PicoWireless: use strnlen for fwver and SSIDs 2021-10-04 16:16:19 +01:00
pico_wireless.h