Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@matsfunk matsfunk released this 01 Jun 09:27
· 63 commits to master since this release

Version 1.4

  • ONE library again for ESP32 and ESP8266
  • migrated to ArduinoJson (new dependency)
  • added long and string array support
  • fixed connection logic
  • less dynamic memory consumption
  • library size is now 60% only

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.0. Follow the step-by-step guide.