Skip to content

Commit bfe2f57

Browse files
committed
Fix wrong EEPROM for AP_PHY_MODE
1 parent 7288fab commit bfe2f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp3d/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ typedef enum {
200200
#define EP_AP_MASK_VALUE 320 //4 bytes xxx.xxx.xxx.xxx
201201
#define EP_AP_GATEWAY_VALUE 324 //4 bytes xxx.xxx.xxx.xxx
202202
#define EP_AP_IP_MODE 329 //1 byte = flag
203-
#define EP_AP_PHY_MODE 182 //1 byte = flag
203+
#define EP_AP_PHY_MODE 330 //1 byte = flag
204204
//next available is 330
205205
//space left 512 - 330 = 18
206206

0 commit comments

Comments
 (0)