Skip to content

Commit

Permalink
Added WiFi functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kgray44 committed Jul 6, 2023
1 parent 0034d9b commit d6fb2dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diy_e-scooter_cloud_v5/diy_e-scooter_cloud_v5.ino
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ void setup() {
pixels.show();
}

WiFiStart();

screen.begin();
screen.setRotation(3);

Expand Down Expand Up @@ -252,6 +254,7 @@ void loop() {
pixels.clear();
pixels.show();
}
WiFiRun();
if (locked){
lockedloop();
if (satelites > 8){
Expand Down

0 comments on commit d6fb2dd

Please sign in to comment.