mirror of https://github.com/arendst/Tasmota.git
add esp_mail_file_storage_type_univ
This commit is contained in:
parent
4a0e6ae2bf
commit
e36aff4eab
|
@ -60,7 +60,8 @@ enum esp_mail_file_storage_type
|
|||
{
|
||||
esp_mail_file_storage_type_none,
|
||||
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
|
||||
|
|
|
@ -87,7 +87,8 @@ enum esp_mail_file_storage_type
|
|||
{
|
||||
esp_mail_file_storage_type_none,
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue