File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: WipperSnapper Release Workflow for "Offline Mode" Alpha Feature
5
5
on :
6
6
push :
7
7
branches :
8
- - test-offline-release
8
+ - migrate-api-v2
9
9
secrets :
10
10
GH_REPO_TOKEN :
11
11
required : true
Original file line number Diff line number Diff line change
1
+ # 1 " /var/folders/ff/dmzflvf52tq9kzvt6g8jglxw0000gn/T/tmpixceqmn2"
2
+ #include < Arduino.h>
3
+ # 1 " /Users/brentrubell/Documents/Arduino/libraries/Adafruit_Wippersnapper_Arduino/src/Wippersnapper_demo.ino"
4
+ # 11 " /Users/brentrubell/Documents/Arduino/libraries/Adafruit_Wippersnapper_Arduino/src/Wippersnapper_demo.ino"
5
+ #include " ws_adapters.h"
6
+ ws_adapter_wifi wipper;
7
+
8
+
9
+
10
+ #define WS_DEBUG
11
+ void setup ();
12
+ void loop ();
13
+ #line 18 "/Users/brentrubell/Documents/Arduino/libraries/Adafruit_Wippersnapper_Arduino/src/Wippersnapper_demo.ino"
14
+ void setup () {
15
+ Serial.begin (115200 );
16
+ while (!Serial) delay (10 );
17
+ wipper.provision ();
18
+ wipper.connect ();
19
+ }
20
+
21
+ void loop () {
22
+ wipper.run ();
23
+ }
You can’t perform that action at this time.
0 commit comments