From 57c2628cd0e7fe124bf6c079a939f29e2405cd8d Mon Sep 17 00:00:00 2001 From: Tarik Hijstek Date: Tue, 21 Feb 2023 19:47:44 +0100 Subject: [PATCH] update readme --- README.md | 11 ----------- readme.md | 8 +++++++- 2 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 27ddf0d..0000000 --- a/README.md +++ /dev/null @@ -1,11 +0,0 @@ -ESP-IDF template app -==================== - -This is a template application to be used with [Espressif IoT Development Framework](https://github.com/espressif/esp-idf). - -Please check [ESP-IDF docs](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html) for getting started instructions. - -*Code in this repository is in the Public Domain (or CC0 licensed, at your option.) -Unless required by applicable law or agreed to in writing, this -software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied.* diff --git a/readme.md b/readme.md index de192c0..ea04d9d 100644 --- a/readme.md +++ b/readme.md @@ -14,9 +14,15 @@ Connect to WiFi - Run `get_idf` - idf.py set-target esp32s3 - idf.py build -- idf.py -p [PORT] flash +- idf.py -p [PORT] flash (or let it auto detect) (add yourself to the uccp group tho) +### serial config +Baud rate = 115200 +data bits = 8 +stop bits = 1 +parity = N + # links https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/index.html