mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 16:38:36 -07:00
10 lines
181 B
C
10 lines
181 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 TAG "NameChangerSRV"
|