From 27f463f93bf89af98b413a0fc909a4cbe4922a64 Mon Sep 17 00:00:00 2001 From: Alex Hirzel Date: Sun, 28 Apr 2024 03:10:50 -0400 Subject: [PATCH] s/athentication/authentication/ Signed-off-by: Alex Hirzel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e7a7bd8..f5fcacf2 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ If you want OLED support: If you want DHT11/22 support: * DHT_sensor_library_for_ESPx from @beegee-tokyo -3. Compile project esp3d.ino according target: ESP8266 board or ESP32 board, please review config.h to enable disable a feature, by default athentication is disabled and most others are enabled. +3. Compile project esp3d.ino according target: ESP8266 board or ESP32 board, please review config.h to enable disable a feature, by default authentication is disabled and most others are enabled. * for ESP8266 set CPU freq to 160MHz for better (https://github.com/luc-github/ESP3D/wiki/Install-Instructions) 4. Upload the data content on ESP3D file system * Using SPIFFS uploader, this plugin and install instructions is available on each ESP core - please refere to it