This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
FlippyPass/project/backend/app.h

10 lines
No EOL
179 B
C

// Define once
#ifndef H_APP
#define H_APP
// Constants
#define TAG "FlippyPass"
#define DIR EXT_PATH("apps_data/fpass")
#define PATH EXT_PATH("apps_data/fpass/data.bin")
#endif