add esp_mail_file_storage_type_univ

This commit is contained in:
Jason2866 2021-06-03 12:36:16 +02:00
parent 4a0e6ae2bf
commit e36aff4eab
2 changed files with 4 additions and 2 deletions

View File

@ -60,7 +60,8 @@ enum esp_mail_file_storage_type
{ {
esp_mail_file_storage_type_none, esp_mail_file_storage_type_none,
esp_mail_file_storage_type_flash, esp_mail_file_storage_type_flash,
esp_mail_file_storage_type_sd esp_mail_file_storage_type_sd,
esp_mail_file_storage_type_univ
}; };
class ESP_Mail_HTTPClient32 class ESP_Mail_HTTPClient32

View File

@ -87,7 +87,8 @@ enum esp_mail_file_storage_type
{ {
esp_mail_file_storage_type_none, esp_mail_file_storage_type_none,
esp_mail_file_storage_type_flash, esp_mail_file_storage_type_flash,
esp_mail_file_storage_type_sd esp_mail_file_storage_type_sd,
esp_mail_file_storage_type_univ
}; };
class ESP_Mail_HTTPClient class ESP_Mail_HTTPClient