Releases: iddi/oocsi-esp
Version 1.5.13
Version 1.5.13
- Prepared the library for the Arduino Library Manager
How to install
Use the Arduino Library Manager to install the library (preferred and easiest!), or download the file source.zip, unzip it into the Arduino/libraries folder and restart Arduino IDE. You should see a category OOCSI under File >> Examples (at the very bottom), then everything went fine.
Add library "ArduinoJson", which is required by the OOCSI library. Follow the step-by-step guide.
Version 1.5.12
Version 1.5.12
- Fixed bug in DFDataset (thanks @GeertBoer)
How to install
Download the file oocsi.zip, unzip it into the Arduino/libraries folder and restart Arduino IDE. You should see a category OOCSI under File >> Examples (at the very bottom), then everything went fine.
Add library "ArduinoJson", which is required by the OOCSI library. Follow the step-by-step guide.
Version 1.5.11
Version 1.5.11
- More fixes and additional functionality for heyOOCSI functionality
How to install
Download the file oocsi.zip, unzip it into the Arduino/libraries folder and restart Arduino IDE. You should see a category OOCSI under File >> Examples (at the very bottom), then everything went fine.
Add library "ArduinoJson", which is required by the OOCSI library. Follow the step-by-step guide.
Version 1.5.10
Version 1.5.10
- Added architecture in library properties
- Small fixes for heyOOCSI functionality
How to install
Download the file oocsi.zip, unzip it into the Arduino/libraries folder and restart Arduino IDE. You should see a category OOCSI under File >> Examples (at the very bottom), then everything went fine.
Add library "ArduinoJson", which is required by the OOCSI library. Follow the step-by-step guide.
Version 1.5.9
Version 1.5.9
- Added success/fail returns for check() (v1.5.8)
- Added heyOOCSI functionality (v1.5.9)
How to install
Download the file oocsi.zip, unzip it into the Arduino/libraries folder and restart Arduino IDE. You should see a category OOCSI under File >> Examples (at the very bottom), then everything went fine.
Add library "ArduinoJson", which is required by the OOCSI library. Follow the step-by-step guide.
Version 1.5.7
Version 1.5.7
- Added support for nested Json objects and arrays (v1.5.7)
- Fixed support for ESP8266 board version 3.x in DFDataset (v1.5.6)
- Added support for Arduino UNO Wifi Rev2 boards (v1.5.5)
- Added
keepAlive
function for clients that only send (v1.5.4)
How to install
Download the file oocsi.zip, unzip it into the Arduino/libraries folder and restart Arduino IDE. You should see a category OOCSI under File >> Examples (at the very bottom), then everything went fine.
Add library "ArduinoJson", which is required by the OOCSI library from Version 1.4.x. Follow the step-by-step guide.
Version 1.5.3
Version 1.5.3
Minor bug fix for DFDataset log item with longer activity names
How to install
Download the file oocsi.zip, unzip it into the Arduino/libraries folder and restart Arduino IDE. You should see a category OOCSI under File >> Examples (at the very bottom), then everything went fine.
Add library "ArduinoJson", which is required by the OOCSI library from Version 1.4.x. Follow the step-by-step guide.
Version 1.5.2
Version 1.5.2
- Compatibility with Arduino Nano 33 IoT
- Minor bug fixes
How to install
Download the file oocsi.zip, unzip it into the Arduino/libraries folder and restart Arduino IDE. You should see a category OOCSI under File >> Examples (at the very bottom), then everything went fine.
Add library "ArduinoJson", which is required by the OOCSI library from Version 1.4.x. Follow the step-by-step guide.
Version 1.5.0
Version 1.5.0
- Added examples
- Added Data Foundry support
- Minor bug fixes
How to install
Download the file oocsi.zip, unzip it into the Arduino/libraries folder and restart Arduino IDE. You should see a category OOCSI under File >> Examples (at the very bottom), then everything went fine.
Add library "ArduinoJson", which is required by the OOCSI library from Version 1.4.x. Follow the step-by-step guide.
Version 1.4.1
Version 1.4.1
- Fixed a memory allocation bug.
How to install
Download the file oocsi.zip, unzip it into the Arduino/libraries folder and restart Arduino. You should see a category OOCSI under File >> Examples (at the very bottom), then everything went fine.
Add library "ArduinoJson", which is required by the OOCSI library from Version 1.4.x. Follow the step-by-step guide.