Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
sukesh-ak committed Dec 15, 2022
1 parent 8aaa9b2 commit 7af7ab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
3. SETTINGS (with WI-FI provisioning, brightness, theme, portrait/landscape)
4. OTA (Over-the-air update and device info)

_Remember this is a template so make it your own for your needs._
_Remember this is a template so make it your own as per your needs._

![As of 2022-12-11](assets/1.home.png)
![As of 2022-12-11](assets/2.app.png)
Expand Down Expand Up @@ -154,15 +154,15 @@ Please also make sure to set
_Remaining default configuration is setup using sdkconfig file in the project root for ESP32 & ESP32-S3._

### Important customization configuration
- ESP32-TUX Configuration > SNTP Config > Timezone settings
- ESP32-TUX Configuration > SNTP Config > Timezone settings (Refer Wikipedia [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones))
- ESP32-TUX Configuration > OTA Config > OTA URL settings (use local python [webserver.py](webserver.py))
- ESP32-TUX Configuration > Weather Config > Weather Location (Test the location [here]https://openweathermap.org/find)
- ESP32-TUX Configuration > Weather Config > Weather Location (Test the location [here](https://openweathermap.org/find))
- ESP32-TUX Configuration > Weather Config > Weather Units
- ESP32-TUX Configuration > Weather Config > Weather API Key (Register for free API Key from [OpenWeatherMap](https://openweathermap.org/api))

## Separate build folder for ESP32 & ESP32-S3
> Check settings in CMakeLists.txt [here](CMakeLists.txt#L8)
> This enables you to have separate build folder, in case you use multiple devices with different controllers.
> This enables you to have separate build folder, in case you use multiple devices with different controller variants like ESP32 vs ESP32-S3.
```cmake
# set target and build,flash,monitor - ESP32
Expand Down

0 comments on commit 7af7ab8

Please sign in to comment.