change persistence namespace

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-06-13 17:05:18 +02:00
parent f5bf8f283b
commit ef8f6e597e

View File

@@ -5,7 +5,7 @@
void app_main(void)
{
/// init persistence
persistence_init("lighthouse");
persistence_init("beacon");
/// init WLED
if (wled_init() != ESP_OK)