From 6374946cc5299208eb1baa545e4ecbafcb6fe92a Mon Sep 17 00:00:00 2001 From: Jiacheng Guo Date: Fri, 16 Apr 2021 15:34:32 +0800 Subject: [PATCH] examples: update README for the openthread examples --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 08822991ad..99cb721496 100644 --- a/examples/README.md +++ b/examples/README.md @@ -15,6 +15,7 @@ The examples are grouped into subdirectories by category. Each category director * `ethernet` Ethernet network examples. * `get-started` Simple examples with minimal functionality. Good start point for beginners. * `mesh` Wi-Fi Mesh examples. +* `openthread` OpenThread examples. * `peripherals` Examples showing driver functionality for the various onboard ESP32 peripherals. * `protocols` Examples showing network protocol interactions. * `provisioning` Wi-Fi provisioning examples.