Skip to content

Releases: AlphaNodesDev/SciFy-Iot

SciFy IoT v2.0.0

30 Aug 14:48
Compare
Choose a tag to compare

Release v2.0.0 - Improved README & examples

@ArduinoBot

1.0.2

29 Aug 14:30
Compare
Choose a tag to compare

New Features & Improvements

✅ Added support for both ESP8266 and ESP32 boards with preprocessor checks (#if defined(ESP8266) / #if defined(ESP32)).

✅ Refactored Wi-Fi connection handling for improved reliability.

✅ Updated SciFyIoT class to support simultaneous Wi-Fi and WebSocket connectivity.

✅ Optimized memory usage for ESP8266 and ESP32.

✅ Added optional built-in LED control via library function.

✅ Updated examples to follow Arduino best practices (example folder/ino file names, src/ structure).

@ArduinoBot

1.0.0

29 Aug 06:45
Compare
Choose a tag to compare

🔹 Highlights of v1.0.1

✅ Fixed Arduino Lint warnings:

Renamed header file to SciFyIoT.h

Updated library.properties for proper compatibility

Added MIT License for open-source compliance

Renamed example sketches for correct Arduino folder structure

✅ Optimized WebSocket & Cloud integration.

✅ Improved stability for ESP32 & ESP8266 boards.

✅ Added better code documentation for developers.

✅ Fully compatible with Arduino Library Manager.

@ArduinoBot