mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:18:35 -07:00
<:Nami2:939038794794020874>
This commit is contained in:
13
applications/external/esp_flasher/esp_flasher_app.h
vendored
Normal file
13
applications/external/esp_flasher/esp_flasher_app.h
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ESP_FLASHER_APP_VERSION "v1.0"
|
||||
|
||||
typedef struct EspFlasherApp EspFlasherApp;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user