update readme
This commit is contained in:
@@ -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.*
|
|
||||||
@@ -14,9 +14,15 @@ Connect to WiFi
|
|||||||
- Run `get_idf`
|
- Run `get_idf`
|
||||||
- idf.py set-target esp32s3
|
- idf.py set-target esp32s3
|
||||||
- idf.py build
|
- 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
|
# 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/hw-reference/esp32s3/user-guide-devkitc-1.html
|
||||||
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/index.html
|
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/index.html
|
||||||
|
|||||||
Reference in New Issue
Block a user