summaryrefslogtreecommitdiff
path: root/minion/src/wifi_module.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-05-13 20:39:15 +0200
committerHampusM <hampus@hampusmat.com>2022-05-13 20:39:15 +0200
commit481ef51ac14ad5b3bf0935dd6110b6a7d8afe731 (patch)
tree8c292de44410998c7c8dbc93dafdfed5f29676b5 /minion/src/wifi_module.hpp
parent7cdad7abace13f834f19219ef91f57698a2429df (diff)
refactor(minion): rename wifi module send to send_response
Diffstat (limited to 'minion/src/wifi_module.hpp')
-rw-r--r--minion/src/wifi_module.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/minion/src/wifi_module.hpp b/minion/src/wifi_module.hpp
index b7310bb..9852d1e 100644
--- a/minion/src/wifi_module.hpp
+++ b/minion/src/wifi_module.hpp
@@ -95,7 +95,7 @@ public:
auto close_connection(size_t connection_id) noexcept -> bool;
- auto send(size_t connection_id, const char *data) noexcept -> bool;
+ auto send_response(size_t connection_id, const char *data) noexcept -> bool;
private:
SoftwareSerial _serial;