mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Merge pull request #262 from dalathegreat/improvement/package-info
Update README.md
This commit is contained in:
commit
05a5fae56e
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ For more examples showing wiring, see each battery types own Wiki page. For inst
|
|||
2. When the Arduino IDE has been started;
|
||||
Click "File" in the upper left corner -> Preferences -> Additional Development >Board Manager URL -> Enter the URL in the input box https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
|
||||
3. Go to "Boards Manager", and install the ESP32 package by Espressif Systems
|
||||
|
||||
⚠️ Make sure to use the latest 2.x.x version and not a 3.x.x version, as it is not yet supported by the libraries we include with the SW!
|
||||

|
||||
|
||||
For future migration, see this link: https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html
|
||||
|
||||
4. The arduino settings should be set to "ESP32 Dev Module" with the following settings;
|
||||

|
||||
5. Select which battery type you will use, along with other optional settings. This is done in the USER_SETTINGS.h file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue