You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firmware/platformio.ini
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@ build_flags = -O2
20
20
-DWIFI_CREDS_SSID='"WIFI_NAME"'
21
21
-DWIFI_CREDS_PASSWD='"WIFI_PASSWORD"'
22
22
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
24
24
; -DUSE_PNP
25
25
26
-
; Uncomment below if you want to measure battery
26
+
; Uncomment below if you use a battery
27
27
; -DUSE_BATTERY
28
28
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
0 commit comments