Skip to content

Commit

Permalink
stubbed out future file transfer protocols, added XMODEM send support
Browse files Browse the repository at this point in the history
  • Loading branch information
nullvalue0 committed Nov 14, 2022
1 parent b73813d commit 0142b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firmware/WiRSa/WiRSa.ino
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ MDNSResponder mdns;

void(* resetFunc) (void) = 0; //declare reset function @ address 0


String connectTimeString() {
unsigned long now = millis();
int secs = (now - connectTime) / 1000;
Expand Down

0 comments on commit 0142b6f

Please sign in to comment.