mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 08:46:32 +00:00
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…
x
Reference in New Issue
Block a user