Skip to content

Commit 50e492b

Browse files
author
AlphaNodesDev
committed
Fix Arduino Lint issues and prepare SciFyIoT v1.0.1
1 parent 2593cf9 commit 50e492b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/Basic_LED_Control/Basic_LED_Control.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
---------------------------------------------------------------------
2323
*/
2424

25-
#include "SciFyIot.h"
25+
#include "SciFyIoT.h"
2626

2727
// ================== WiFi Credentials ==================
2828
const char* ssid = "YOUR_WIFI";

examples/Sensor_Data_Upload/Sensor_Data_Upload.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
👨‍💻 Developer: Abhiram S (AlphaNodesDev)
1313
*/
1414

15-
#include "SciFyIot.h"
15+
#include "SciFyIoT.h"
1616

1717
// ================== WiFi Credentials ==================
1818
const char* ssid = "YOUR_WIFI";

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sentence=Library to manage IoT commands using WebSockets.
66
paragraph=This library handles WebSocket connections, authentication, commands, and sensor data for SciFy IoT.
77
category=Communication
88
architectures=*
9-
includes=SciFyIot.h
9+
includes=SciFyIoT.h
1010
depends=WebSockets, ArduinoJson
1111
license=MIT
1212
url=https://github.com/AlphaNodesDev/SciFy-Iot

0 commit comments

Comments
 (0)