Skip to content

Commit b31d4cd

Browse files
Update to v1.6.8.
1 parent 45ea607 commit b31d4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aquacontrol32.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const char * wifi_password = ""; /* Or use https://githu
2525

2626
#define SET_STATIC_IP false /* If SET_STATIC_IP is set to true then STATIC_IP, GATEWAY, SUBNET and PRIMARY_DNS have to be set to some sane values */
2727

28-
const IPAddress STATIC_IP(192, 168, 0, 60); /* This should be outside your router dhcp range! */
28+
const IPAddress STATIC_IP(192, 168, 0, 80); /* This should be outside your router dhcp range! */
2929
const IPAddress GATEWAY(192, 168, 0, 1); /* Set to your gateway ip address */
3030
const IPAddress SUBNET(255, 255, 255, 0); /* Usually 255,255,255,0 but check in your router or pc connected to the same network */
3131
const IPAddress PRIMARY_DNS(192, 168, 0, 30); /* Check in your router */
@@ -37,7 +37,7 @@ const IPAddress SECONDARY_DNS( 192, 168, 0, 50 ); /* Check in your router
3737
#if GIT_TAG
3838
#include "gitTagVersion.h"
3939
#else
40-
const char * sketchVersion = "v1.6.71-master";
40+
const char * sketchVersion = "v1.6.8";
4141
#endif
4242

4343
/**************************************************************************

0 commit comments

Comments
 (0)