From f4409c67226e8e9eeeb31dbfc864bb9120fc7b56 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Sat, 3 May 2025 07:44:35 +0300 Subject: [PATCH] doc: added links for frameworks --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38a48c3..6abdfab 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ## Tested on -1. ESP8266 RTOS_SDK v3.4 -2. ESP32 ESP-IDF v5.4 +1. [ESP8266 RTOS_SDK v3.4](https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/index.html#) +2. [ESP32 ESP-IDF v5.4](https://docs.espressif.com/projects/esp-idf/en/release-v5.4/esp32/index.html) ## Features @@ -126,5 +126,3 @@ void zh_espnow_event_handler(void *arg, esp_event_base_t event_base, int32_t eve } } ``` - -Any [feedback](mailto:github@azholtikov.ru) will be gladly accepted.