#649 - First pass on the refactoring of the webserver

This commit is contained in:
Jm
2021-01-19 21:26:23 -08:00
parent 1da38fc748
commit e4fdf26dc7
5 changed files with 986 additions and 919 deletions

View File

@@ -1,7 +1,7 @@
#include <Arduino.h>
#include <functional>
#define BoolToString(x) ((x) ? "true" : "false")
void replaceAll(std::string &str, const std::string &from, const std::string &to);