Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 4 additions & 56 deletions ESP.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"deque",
"ESPS",
"fstream",
"hflip",
"Improv",
"iomanip",
"iosfwd",
"iostream",
Expand All @@ -38,62 +40,8 @@
"streambuf",
"txpower",
"typeinfo",
"Webrequest",
"XIAO"
],
"files.associations": {
"*.Rmd": "rmd",
"array": "cpp",
"atomic": "cpp",
"*.tcc": "cpp",
"bitset": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"map": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"regex": "cpp",
"set": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp",
"iostream": "cpp"
}
]
}
}
10 changes: 5 additions & 5 deletions ESP/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
#[*]
#charset = utf-8
#trim_trailing_whitespace = true
#end_of_line = lf
#insert_final_newline = true

# Tab indentation (no size specified)
[Makefile]
Expand Down
7 changes: 4 additions & 3 deletions ESP/ini/dev_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ lib_ldf_mode = deep+
upload_speed = 921600
lib_deps =
https://github.com/espressif/esp32-camera
https://github.com/me-no-dev/ESPAsyncWebServer.git
https://github.com/me-no-dev/AsyncTCP.git
https://github.com/ZanzyTHEbar/EasyNetworkManager.git
extra_scripts =
pre:tools/customname.py
post:tools/createzip.py
Expand All @@ -44,7 +43,9 @@ build_flags =
'-DOTA_IP=${ota.otaserverip}' ; Set the OTA password

-O2 ; optimize for speed
-DASYNCWEBSERVER_REGEX ; enable regex in asyncwebserver
-DUSE_WEBMANAGER ; enable webmanager
-DASYNCWEBSERVER_REGEX
-DUSE_ASYNCOTA ; enable asyncota

# Comment these out if you are not using psram
-DBOARD_HAS_PSRAM ; enable psram
Expand Down
10 changes: 0 additions & 10 deletions ESP/lib/src/data/StateManager/StateManager.cpp

This file was deleted.

117 changes: 0 additions & 117 deletions ESP/lib/src/data/StateManager/StateManager.hpp

This file was deleted.

Loading