mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
Adding NameChanger Service - Reads and sets name from file at boot.
This commit is contained in:
9
applications/services/namechangersrv/namechangersrv.h
Normal file
9
applications/services/namechangersrv/namechangersrv.h
Normal 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"
|
||||
Reference in New Issue
Block a user