Skip to content

v2.0.0-beta2

Pre-release
Pre-release

Choose a tag to compare

@andrewjaykeller andrewjaykeller released this 06 Jul 05:11

Beta2

The overall goal was to clean the wifi code out of the library so it would not be needed when you are building a bare board.

Bug Fixes

  • Weird timing issue with wifi shield

Breaking Changes

  • Removed all wifi code and put into new library that must be included! The new library is a called OpenBCI_Wifi_Master_Library. It is simply included when wifi is wanted.
  • Removed .loop() function from library and all other wifi*.() functions.
  • DefaultBoard.ino now has wifi code.

Files

  • Removed WifiGanglion.ino
  • Add GanglionNoWifi.ino example