This commit is contained in:
2024-07-27 16:15:35 +02:00
parent 900b436856
commit 0c6c0f4a7f
9 changed files with 120 additions and 12 deletions

View File

@ -8,7 +8,7 @@
#define DEV_PREFIX "ESP32 "
bool dev_generate_name_if_required()
bool dev_generate_name()
{
// Check if a device name has already been defined
if (storage_get_dev_name(NULL) > 0)