summaryrefslogtreecommitdiff
path: root/minion/src/gymnasiearbete.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'minion/src/gymnasiearbete.cpp')
-rw-r--r--minion/src/gymnasiearbete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/minion/src/gymnasiearbete.cpp b/minion/src/gymnasiearbete.cpp
index 42e03a1..47e386e 100644
--- a/minion/src/gymnasiearbete.cpp
+++ b/minion/src/gymnasiearbete.cpp
@@ -98,7 +98,7 @@ void loop()
Serial.print("\nData: ");
Serial.println(request->data());
- wifi_module.send_response(connection_id, "lmao!");
+ wifi_module.send_response(connection_id, 200U, "hello there!");
wifi_module.close_connection(connection_id);