We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3c1ce commit 6531bf9Copy full SHA for 6531bf9
docs/building_flashing.md
@@ -12,6 +12,16 @@ cd SmartEVSE-3.5/SmartEVSE
12
pio run
13
```
14
15
+To enable the telnet server that allows you to online view the debug logs, add the compile flag like this:
16
+```
17
+PLATFORMIO_BUILD_FLAGS='-DDBG=1' pio run
18
19
+
20
+Other compile flags:
21
+* DDBG=0 : no logging (default)
22
+* DDBG=2 : log via USB-C connector
23
+* DMIN_CURRENT=5 ; decrease minimum allowed current from 6A to 5A ----> THIS IS NOT FOLLOWING THE PROTOCOLS SO AT YOUR OWN RISK !!!
24
25
For versions older than v3.6.0, build the spiffs filesystem:
26
* Compile spiffs.bin: `pio run -t buildfs`
27
0 commit comments