| 123456789101112131415 |
- #pragma once
- #include <furi.h>
- #include <furi_hal.h>
- #define S_VERSION_APP "0.0.1"
- #define S_DEVELOPED "anfractuosity"
- #define S_GITHUB "https://github.com/anfractuosity/flipperscope"
- typedef enum {
- ScopeViewVariableItemList,
- ScopeViewSubmenu,
- ScopeViewWidget,
- } ScopeView;
|