Wi-Fi Hotspot UI

This commit is contained in:
Robin Davies
2024-09-12 19:12:07 -04:00
parent 66e46b8d39
commit f34ca1f0da
22 changed files with 1155 additions and 530 deletions
+2 -1
View File
@@ -41,6 +41,7 @@
#include "WebServer.hpp"
#include "Uri.hpp"
#include "ss.hpp"
#include <websocketpp/config/asio_no_tls.hpp>
@@ -1194,7 +1195,7 @@ namespace pipedal
}
catch (websocketpp::exception const &e)
{
std::cout << e.what() << std::endl;
Lv2Log::error(SS("Web server: " << e.what()));
}
if (this->signalOnDone != -1)
{