From fc1a41c627f25c1fa52c87d002d08870fa8876ac Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 13 May 2022 21:00:25 +0200 Subject: fix(minion): conform to the http/1.1 response syntax --- minion/src/gymnasiearbete.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minion/src/gymnasiearbete.cpp') 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); -- cgit v1.2.3-18-g5258