mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-20 14:22:57 -08:00
strncpy only copies the bytes specified, so if you set a name like "PORTAL" and then want to set a name like "HELLO" the result for apName would be "HELLOL". Instead copy the size of MAX_AP_NAME_SIZE.
9.2 KiB
9.2 KiB