Files
Momentum-Firmware/applications/external/esp_flasher/esp_flasher_app.h
2023-08-31 22:47:40 +02:00

14 lines
167 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#define ESP_FLASHER_APP_VERSION "v1.2"
typedef struct EspFlasherApp EspFlasherApp;
#ifdef __cplusplus
}
#endif