Skip to content

Commit

Permalink
docs: update compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Jun 27, 2024
1 parent 4bee715 commit 6ba6588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ You can get the latest release off of https://github.com/dingo35/SmartEVSE-3.5/r
* Install platformio-core https://docs.platformio.org/en/latest/core/installation/methods/index.html
* Clone this github project, cd to the smartevse directory where platformio.ini is located
* Compile firmware.bin: platformio run
* If your want to give special compiler options, e.g. lower the minimum current to 5A: PLATFORMIO_BUILD_FLAGS='-DDBG=1 -DMIN_CURRENT=5' pio run
For versions older than v3.6.0:
* Compile spiffs.bin: platformio run -t buildfs

Expand Down

0 comments on commit 6ba6588

Please sign in to comment.