Skip to content

Commit

Permalink
Update ESP32_Code.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jun 28, 2021
1 parent be7d3bf commit ffce837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32_Code/ESP32_Code.ino
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ TaskHandle_t Task2;
SemaphoreHandle_t xMutex;

const char * host = "51.15.127.80"; // Static server IP
const int port = 2811;
const int port = 2815;

volatile int wifiStatus = 0;
volatile int wifiPrev = WL_CONNECTED;
Expand Down

0 comments on commit ffce837

Please sign in to comment.