mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 15:38:35 -07:00
11 lines
235 B
C
11 lines
235 B
C
#pragma once
|
|
|
|
#include <furi_hal.h>
|
|
#include <storage/storage.h>
|
|
|
|
#define NAMECHANGER_TEXT_STORE_SIZE 9
|
|
#define NAMECHANGER_HEADER "Flipper Name File"
|
|
#define NAMECHANGER_PATH EXT_PATH("dolphin/name.txt")
|
|
|
|
#define TAG "NameChangerSRV"
|