mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-06 23:39:13 +01:00
add esp_mail_file_storage_type_univ
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user