Skip to content

Commit b89414d

Browse files
committed
Update ota_drv.c
- removed default server port and ip address
1 parent f418b7f commit b89414d

File tree

1 file changed

+2
-2
lines changed
  • Arduino_package/hardware/libraries/OTA/src

1 file changed

+2
-2
lines changed

Arduino_package/hardware/libraries/OTA/src/ota_drv.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include <ota_8735b.h>
66
#include "ota_drv.h"
77

8-
int _port = 3000; // MODIFY THIS FOR YOUR HTTP SERVER PORT
9-
char *_server = "192.168.3.4"; // MODIFY THIS FOR YOUR HTTP SERVER IP ADDRESS
8+
int _port;
9+
char *_server;
1010
const char *resource = "api/uploadfile"; // DO NOT MODIFY
1111

1212

0 commit comments

Comments
 (0)