Adding NameChanger Service - Reads and sets name from file at boot.

This commit is contained in:
ESurge
2022-09-27 00:13:40 -07:00
parent a4c6c3be52
commit 87b775a48b
6 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include <furi_hal.h>
#include <storage/storage.h>
#define NAMECHANGER_TEXT_STORE_SIZE 9
#define NAMECHANGER_HEADER "Flipper Name File"
#define TAG "NameChangerSRV"