esp_flasher_app.h 167 B

12345678910111213
  1. #pragma once
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. #define ESP_FLASHER_APP_VERSION "v1.4"
  6. typedef struct EspFlasherApp EspFlasherApp;
  7. #ifdef __cplusplus
  8. }
  9. #endif