This commit is contained in:
2024-04-03 11:41:49 +02:00
parent a4600b25e6
commit 3c87feec76
2 changed files with 9 additions and 3 deletions

View File

@@ -4,10 +4,10 @@ classDiagram
loop --> screenButtonHandler
screenButtonHandler --> DisplayText
screenButtonHandler --> sendData
sendData --> Server
sendData --> Server : Websocket
setup --> loop
python --> Server
Server --> website
Server --> website : Websocket
namespace ESP32Questionbox {
@@ -25,6 +25,12 @@ namespace ESP32Questionbox {
+void hexdump(const void* mem, uint32_t len, uint8_t cols)
}
class websocketClient {
+loop()
+begin()
+sendTXT()
}
class websocketSetup {
+connectWifi()
+websocketConnect()