From bb89c2ceecc01f68de0ef540ea9ba2e8eb8e120b Mon Sep 17 00:00:00 2001 From: Martin Fasani Date: Wed, 14 Jul 2021 14:45:37 +0200 Subject: [PATCH] #42 WiFi provisioning official branch --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b23fa1e..5f3ef07 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ ### Requirements -* esp32 or esp32S2 (C3 also works check notes below) +* esp32 or esp32S2 with PSRAM (C3 also works check notes below) * Espressif IDF framework 4.3 * An SPI epaper (see wiki for supported models) +* Please read [RainMaker WiFi provisioning in the Wiki to get more details about this branch](https://github.com/martinberlin/cale-idf/wiki/RainMaker-WiFi-provisioning) ESP32C3 also works as a target. For C3 the compilation of /component/epd_driver is excluded since this uses ESP32 two cores and won't compile in C3.