mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 15:58:36 -07:00
- Update assets and references for new project - Revert DFU image and CLI motd - Remove NSFW text and flag - Remove credits animation (will be replaced with a setting menu soon) - New EvilPortal example HTML and better error message - Initial standalone naming for asset packs and mainmenu apps - File migration fixes/improvements - Remove hotfix workflow
8 lines
163 B
C
8 lines
163 B
C
#pragma once
|
|
|
|
#define NAMESPOOF_HEADER "Flipper Name File"
|
|
#define NAMESPOOF_VERSION 1
|
|
#define NAMESPOOF_PATH EXT_PATH("dolphin/name.txt")
|
|
|
|
void namespoof_init();
|