Use flexible alerts

This commit is contained in:
fvanroie 2020-12-17 00:52:48 +01:00
parent e12ca08ca8
commit 637eda02c4
3 changed files with 11 additions and 6 deletions

View File

@ -44,7 +44,7 @@ table th:last-of-type {
> \* *Due to the large number of possible hardware options a selection of 3 popular ESP development boards has been made for the precompiled binaries.*
> [!NOTE]
> **Note:**</br>Advanced users can build and compile custom configurations using PlatformIO, however this is not currently supported.
> Advanced users can build and compile custom configurations using PlatformIO, however this is not currently supported.
## Recommended Display
@ -71,7 +71,8 @@ To use PWM dimming on the Lolin TFT 2.4" you must solder the TFT-LED pin to eith
> [!WARNING]
> **Warning:**</br>Do *not* use D3 for backlight control because it is already in use for touch!
> **Note:**</br>It is also *not* recommended to use D4 for backlight control because it is already in use for PSram on the ESP32-Wrover.
> [!ATTENTION]
> It is also *not* recommended to use D4 for backlight control because it is already in use for PSram on the ESP32-Wrover.
##### Compatible ESP boards
@ -151,6 +152,7 @@ The following boards are being tested:
- Documentation can be found on [GitHub](https://github.com/mcauser/BLACK_F407ZG)
> **Note:**</br>The STM32F4 boards do not have network connectivity. You can use a compatible network adapter and configure it in PlatformIO.
> [!NOTE]
> The STM32F4 boards do not have network connectivity. You can use a compatible network adapter and configure it in PlatformIO.
<sub>Images of STM32 boards are [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) from https://stm32-base.org/</sub>

View File

@ -8,7 +8,8 @@ There are currently 2 download options, pick the one appropriate for your hardwa
- hasp-lvgl-0.2.0-esp32_ili9341_spi.bin
- hasp-lvgl-0.2.0-esp8266_ili9341_spi.bin + boot files
> **Note:**</br>If no precompiled firmware file is available for your board you can configure, compile and upload the firmware yourself using PlatformIO.
> [!NOTE]
> If no precompiled firmware file is available for your board you can configure, compile and upload the firmware yourself using PlatformIO.
## Install the firmware
@ -55,7 +56,8 @@ Change `COM1` to the correct port on your computer and `4m` to the correct size
### STM32F407 devEbox
> **Note:**</br>There is no precompiled firmware file available for STM32F4 boards. You will need to configure, compile and upload the firmware yourself using PlatformIO.
> [!NOTE]
> There is no precompiled firmware file available for STM32F4 boards. You will need to configure, compile and upload the firmware yourself using PlatformIO.
#### Using Serial

View File

@ -38,5 +38,6 @@ pass myWifiPassword
reboot
```
> **Note:**</br>To skip this step, wifi credentials can be saved into the .bin file when you compile the firmware yourself.
> [!TIP]
> To skip this step, wifi credentials can be saved into the .bin file when you compile the firmware yourself.