Skip to content

Commit c673180

Browse files
committed
[SD] Move to ws_adapters naming scheme to allow flexibility for offline devices too and eventual cellular
1 parent a7c20d1 commit c673180

17 files changed

+37
-31
lines changed

examples/Wippersnapper_NoFS/Wippersnapper_NoFS.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define WIFI_PASS "YOUR_WIFI_PASSWORD"
3131

3232
#include "Wippersnapper_Networking.h"
33-
Wippersnapper_WiFi wipper(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
33+
ws_adapter_wifi wipper(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS);
3434

3535
void setup() {
3636
// Provisioning must occur prior to serial init.

examples/Wippersnapper_demo/Wippersnapper_demo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// All text above must be included in any redistribution.
1515

1616
#include "Wippersnapper_Networking.h"
17-
Wippersnapper_WiFi wipper;
17+
ws_adapter_wifi wipper;
1818

1919
// Enable debug output for beta builds
2020
#define WS_DEBUG

examples/wippersnapper_debug/wippersnapper_debug.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Brent Rubell for Adafruit Industries, 2021 - 2023
33

44
#include "Wippersnapper_Networking.h"
5-
Wippersnapper_WiFi wipper;
5+
ws_adapter_wifi wipper;
66

77
// Enable debug output for beta builds
88
#define WS_DEBUG

src/Wippersnapper_demo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#include "ws_manager.h"
1717
//#include "Wippersnapper_Networking.h"
18-
//Wippersnapper_WiFi wipper;
18+
//ws_adapter_wifi wipper;
1919
Wippersnapper_Manager manager;
2020

2121
// Enable debug output for beta builds

src/Wippersnapper_demo_wokwi.ino.skip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define API_PIN 0
2323
#include "ws_manager.h"
2424
//#include "Wippersnapper_Networking.h"
25-
//Wippersnapper_WiFi wipper;
25+
//ws_adapter_wifi wipper;
2626
Wippersnapper_Manager manager;
2727
Wippersnapper_WiFiV2 wipper(IO_USERNAME, IO_KEY, WIFI_SSID, WIFI_PASS, "io.adafruit.com", 8883);
2828

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)