first commit

This commit is contained in:
Jérôme Delacotte
2025-03-06 11:15:32 +01:00
commit 7b30d6e298
5276 changed files with 2108927 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
#######################################
# Syntax Coloring Map For Arduino_ESP32_OTA
#######################################
#######################################
# Class (KEYWORD1)
#######################################
Arduino_ESP32_OTA KEYWORD1
Error KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
update KEYWORD2
reset KEYWORD2
download KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
None LITERAL1
NoOtaStorage LITERAL1
OtaStorageInit LITERAL1
OtaStorageEnd LITERAL1
UrlParseError LITERAL1
ServerConnectError LITERAL1
HttpHeaderError LITERAL1
ParseHttpHeader LITERAL1
OtaHeaderLength LITERAL1
OtaHeaderCrc LITERAL1
OtaHeaterMagicNumber LITERAL1
OtaDownload LITERAL1