mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 12:21:49 +03:00
b12fc114c7
Added PR by justcallmekoko https://github.com/justcallmekoko/flipperzero-firmware-with-wifi-marauder-companion
14 lines
175 B
C
14 lines
175 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define WIFI_MARAUDER_APP_VERSION "v0.3.7"
|
|
|
|
typedef struct WifiMarauderApp WifiMarauderApp;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|