From 59cd29738ad8db76bb35dae746474980f92aa19b Mon Sep 17 00:00:00 2001 From: simonox Date: Wed, 22 Feb 2023 15:32:53 +0100 Subject: [PATCH] link to lab --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4829d16..10734ff 100644 --- a/README.md +++ b/README.md @@ -89,3 +89,7 @@ esptool.py --chip esp32s3 write_flash -z 0 ~/Desktop/GENERIC_S3-20220117-v1.18 * [Energy Monitor](./software/firmware/energy-monitor/README.md) * [Shelly Example](./software/firmware/shelly-monitor/README.md) + +## Tutorials + +* A great tutorial can be found at [microcontrollerlab.com](https://microcontrollerslab.com/esp32-mqtt-publish-multiple-sensor-readings-node-red/)