Skip to content

Commit

Permalink
websockets url
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr committed Jan 26, 2024
1 parent a95a3a2 commit 6594755
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/firmware/firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ NTPClient timeClient(ntpUDP, "ua.pool.ntp.org");
Async asyncEngine = Async(20);
Adafruit_SSD1306 display(settings.display_width, settings.display_height, &Wire, -1);

//const char* websocket_server = "ws://alerts.net.ua:1234/alerts";
const char* websocket_server = "ws://10.2.0.106:1234/alerts";
const char* websocket_server = "ws://alerts.net.ua:1234/alerts";

struct ServiceMessage {
String title;
Expand Down

0 comments on commit 6594755

Please sign in to comment.