mirror of
https://github.com/mfactory-osaka/ESPTimeCast.git
synced 2026-04-03 03:00:24 -04:00
Merge branch 'main' of https://github.com/mfactory-osaka/ESPTimeCast
This commit is contained in:
25
README.md
25
README.md
@@ -25,7 +25,7 @@ If you prefer a free option, there are many compatible **MAX7219 LED matrix encl
|
||||
|
||||
<p align="left">
|
||||
<a href="https://www.printables.com/model/1344276-esptimecast-wi-fi-clock-weather-display">
|
||||
<img src="https://img.shields.io/badge/Printables-285%20Downloads-orange?logo=prusa" width="210">
|
||||
<img src="https://img.shields.io/badge/Printables-289%20Downloads-orange?logo=prusa" width="210">
|
||||
</a>
|
||||
<br>
|
||||
<a href="https://cults3d.com/en/3d-model/gadget/wifi-connected-led-matrix-clock-and-weather-station-esp8266-and-max7219">
|
||||
@@ -244,7 +244,7 @@ Follow these steps to prepare your Arduino IDE for ESP32 development:
|
||||
2. **Select Your Board:**
|
||||
* Go to `Tools > Board` and select your specific board, e.g., **LOLIN S2 Mini** (or your ESP32 variant).
|
||||
3. **Configure Partition Scheme:**
|
||||
* Under `Tools`, select `Partition Scheme "No OTA (2MB APP/2MB SPIFFS)"`. This ensures enough space for the sketch and LittleFS data.
|
||||
* Under `Tools`, select `Partition Scheme "No OTA (2MB APP/2MB SPIFFS) or No OTA (LARGE APP)"`. This ensures enough space for the sketch and LittleFS data.
|
||||
4. **Install Libraries:**
|
||||
* Go to `Sketch > Include Library > Manage Libraries...` and install the following:
|
||||
* `ArduinoJson` by Benoit Blanchon
|
||||
@@ -560,15 +560,23 @@ The following table summarizes what will appear on the display in each scenario:
|
||||
- ❌ **No**: Data not available
|
||||
- — : Value does not affect this mode
|
||||
|
||||
|
||||
## Support this project
|
||||
|
||||
ESPTimeCast is an open-source passion project that blends art, engineering, and information display.
|
||||
If you enjoy this project, please consider supporting my work:
|
||||
|
||||
## 📣 Community & Help
|
||||
If you need assistance, want to share your build, or discuss new features:
|
||||
👉 Join the ESPTimeCast Community on Reddit: [r/ESPTimeCast](https://www.reddit.com/r/ESPTimeCast/)
|
||||
|
||||
|
||||
## ❤️ Support this project
|
||||
ESPTimeCast is an open-source passion project that blends art, engineering, and design.
|
||||
If you enjoy it, you can help keep the project growing - even something as simple as leaving a ⭐ on GitHub goes a long way.
|
||||
|
||||
If you'd like to go further, you can also support development through the options below:
|
||||
|
||||
[](https://www.paypal.me/officialuphoto)
|
||||
[](https://github.com/sponsors/mfactory-osaka)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -591,6 +599,9 @@ If you enjoy this project, please consider supporting my work:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user