This commit is contained in:
Willy-JL
2023-02-13 01:40:49 +00:00
parent 85d5e8a010
commit 5ed6abc4f7
3 changed files with 9 additions and 5 deletions
@@ -5,7 +5,8 @@
#define SPI_MEM_DEVELOPER "DrunkBatya"
#define SPI_MEM_GITHUB "https://github.com/flipperdevices/flipperzero-firmware"
#define SPI_MEM_NAME "\e#\e! SPI Mem Manager \e!\n" // NOSONAR
#define SPI_MEM_BLANK_INV "\e#\e! \e!\n" // NOSONAR
#define SPI_MEM_BLANK_INV \
"\e#\e! \e!\n" // NOSONAR
void spi_mem_scene_about_on_enter(void* context) {
SPIMemApp* app = context;