Skip to content

Commit c20d9ba

Browse files
authored
Update config.ini.template.ini
added wifi_led param
1 parent ab09fa1 commit c20d9ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.ini.template.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ build_src_flags =
2828
-D ENCODER_RESOLUTION=2400 #this is counts per rev *4 for a quadrature encoder
2929
-D USESSD1306=1 #use the display or not. Recommend not, it doesn't have much functionality. Set to 1 to enable.
3030
-D error_led=21
31+
-D wifi_led=32
3132
-D configured=true #ignore this, this just tells the config that you've configured your machine
3233

3334
[env:ota]
@@ -36,4 +37,4 @@ upload_port = 192.168.0.187
3637

3738
[env:ESPelsOTA]
3839
#ip address of the esp when connected to your wifi, if you want to upload firmware remotely
39-
upload_port = 192.168.1.28
40+
upload_port = 192.168.1.28

0 commit comments

Comments
 (0)