Skip to content

Commit

Permalink
feat: wifi ws example
Browse files Browse the repository at this point in the history
  • Loading branch information
Bissas committed Oct 8, 2023
1 parent 658f2f9 commit b16becc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/deploii-connect-wifi/deploii-connect-wifi.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#include <deploii.h>

Deploii oi("BOARD ID");

void setup() {
Serial.begin(9600);
oi.connect_wifi("SSID", "PASSWORD");
}

void loop() {
io.loop();
}

0 comments on commit b16becc

Please sign in to comment.