Files
ESP32Marauder/esp32_marauder/EvilPortal.cpp
Sjoer van der Ploeg def6d2d277 Fix string copy
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.
2023-08-21 19:23:03 +02:00

9.2 KiB