Skip to content

Commit 30c5aa6

Browse files
author
Veijo Pesonen
committed
Fixes signess bug
1 parent ce52f06 commit 30c5aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP8266Interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ class ESP8266Interface : public NetworkStack, public WiFiInterface {
354354
// Drivers's socket info
355355
struct _sock_info {
356356
bool open;
357-
uint16_t sport;
357+
int16_t sport;
358358
};
359359
struct _sock_info _sock_i[ESP8266_SOCKET_COUNT];
360360

0 commit comments

Comments
 (0)