From b6c8a85f335d6e11abc7279d979a3513364cc40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 7 Mar 2024 22:50:58 +0100 Subject: [PATCH] Add note about ESP32 branch (#3640) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08464f31..910e0562 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ NodeMCU is an open source [Lua](https://www.lua.org/) based firmware for the [ES The firmware was initially developed as is a companion project to the popular ESP8266-based [NodeMCU development modules]((https://github.com/nodemcu/nodemcu-devkit-v1.0)), but the project is now community-supported, and the firmware can now be run on _any_ ESP module. +**The NodeMCU `release` and `dev` branches target the ESP8266. The `dev-esp32` branch targets the ESP32.** + ## Summary - Easy to program wireless node and/or access point