mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Fix formatting of image
This commit is contained in:
parent
02940dc8f4
commit
5278e2da14
1 changed files with 5 additions and 3 deletions
|
@ -58,10 +58,12 @@ Start by watching this [quickstart guide](https://www.youtube.com/watch?v=hcl2Gd
|
||||||

|

|
||||||
|
|
||||||
5. The Arduino board should be set to `ESP32 Dev Module` and `Partition Scheme` to `Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)` (under `Tools` -> `Board` -> `ESP32 Arduino`) with the following settings:
|
5. The Arduino board should be set to `ESP32 Dev Module` and `Partition Scheme` to `Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)` (under `Tools` -> `Board` -> `ESP32 Arduino`) with the following settings:
|
||||||
|
|
||||||

|

|
||||||
7. Select which battery type you will use, along with other optional settings. This is done in the `USER_SETTINGS.h` file.
|
|
||||||
8. Copy the `USER_SECRETS.TEMPLATE.h` file to `USER_SECRETS.h` and update connectivity settings inside this file.
|
6. Select which battery type you will use, along with other optional settings. This is done in the `USER_SETTINGS.h` file.
|
||||||
9. Press `Verify` and `Upload` to send the sketch to the board.
|
7. Copy the `USER_SECRETS.TEMPLATE.h` file to `USER_SECRETS.h` and update connectivity settings inside this file.
|
||||||
|
8. Press `Verify` and `Upload` to send the sketch to the board.
|
||||||
NOTE: In some cases, the LilyGo must be powered through the main power connector instead of USB-C
|
NOTE: In some cases, the LilyGo must be powered through the main power connector instead of USB-C
|
||||||
when performing the initial firmware upload.
|
when performing the initial firmware upload.
|
||||||
NOTE: On Mac, the following USB driver may need to be installed: https://github.com/WCHSoftGroup/ch34xser_macos
|
NOTE: On Mac, the following USB driver may need to be installed: https://github.com/WCHSoftGroup/ch34xser_macos
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue