From 481ef51ac14ad5b3bf0935dd6110b6a7d8afe731 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 13 May 2022 20:39:15 +0200 Subject: refactor(minion): rename wifi module send to send_response --- 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 efdb37b..42e03a1 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(connection_id, "lmao!"); + wifi_module.send_response(connection_id, "lmao!"); wifi_module.close_connection(connection_id); -- cgit v1.2.3-18-g5258