Update REAMDE

This commit is contained in:
lewishe 2023-04-04 09:36:57 +08:00
commit 349d5dab5b
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
5. In the Arduino Application, navigate to the Board Manager menu ("Tools => Board => Board Manager"), search for `esp32`, and make sure that you install the latest version. After you do this, you can select the board you have from the list of boards in the "ESP32 Arduino" menu ("Tools=> Board => ESP32 Arduino"). It's very important to note that the list of boards is NOT in alphabetical order. Look for the board you are working with carefully in the list.
6. `T-Beam` users can choose `TTGO T-Beam`, `lora32(T3)` users can choose `ESP32 Dev Module` , `T-Motion` users choose `Nucleo_l073RZ`,`T3-S3-V1.0`and `T-BeamS3 Supreme` users can selected `ESP32S3 Dev Module`
7. Select the port of the board in the port
8. For other examples except the `GPS` directory, please **uncomment** in the upper part of `utilities.h` according to your board model, otherwise the compilation will report an error
8. Please uncomment the `utility.h` file above each sketch based on your board model, otherwise compilation will report an error
9. Upload
## ⚠ Cautions ⚠