Skip to content

Commit 4b8df08

Browse files
authored
Update platformio.ini
1 parent fea75d5 commit 4b8df08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

firmware/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ build_flags = -O2
2020
-DWIFI_CREDS_SSID='"WIFI_NAME"'
2121
-DWIFI_CREDS_PASSWD='"WIFI_PASSWORD"'
2222

23-
; Uncomment below ONLY if you used a PNP transistor, if you followed the guide you proably want to leave it commented. => inverts the output of the haptic motors
23+
; Uncomment below if you used a PNP transistor, if you followed the guide you proably want to leave it commented. => inverts the output of the haptic motors
2424
; -DUSE_PNP
2525

26-
; Uncomment below if you want to measure battery
26+
; Uncomment below if you use a battery
2727
; -DUSE_BATTERY
2828

29-
; The port used to communicate to the patstrap server, if you change this you will also need to change the --port in the server software
29+
; The port used to communicate to the patstrap server, if you change this you will also need to change the --esp-port in the server software
3030
-DPORT='8080'
3131

3232
[env:esp12e]

0 commit comments

Comments
 (0)