From 842c0bc53822efe1957d29087a5e56fdbb9c9b17 Mon Sep 17 00:00:00 2001 From: Bertus Kruger Date: Thu, 5 Nov 2015 15:44:51 +1300 Subject: [PATCH] Doco fix... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d90fa9b..bc5c754 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ registers a set of callbacks with esp-link that control sensors/actuators. This commands in esp-link can receive MQTT messages, make simple callbacks into the uC to get sensor values or change actuators, and then respond back with MQTT. The way this is architected is that the attached uC registers callbacks at start-up such that the code in the esp doesn't need to -know which exact sensors/actuators the attached uC has, it learns thta through the initial +know which exact sensors/actuators the attached uC has, it learns that through the initial callback registration. Eye Candy