Skip to content

Commit d759692

Browse files
author
AJ Keller
authored
Merge pull request #58 from aj-ptw/dev-3.0.0
Bump version
2 parents aeb6e0d + bd868b1 commit d759692

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
* Removed public `timeSynced` and private `sendTimeSyncUpPacket`
4848
* Setting internal test signal now, when not streaming, returns a success message, with EOT `$$$`
4949

50-
## Beta3
50+
## Beta4
5151

52-
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.
52+
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.
5353

5454
### Bug Fixes
5555

@@ -64,6 +64,12 @@ The overall goal was to clean the wifi code out of the library so it would not b
6464

6565
* Add `BoardWithWifi.ino` example that shows a bare board with just wifi. No SD or ACCEL for example.
6666

67+
## Beta3
68+
69+
### Bug Fixes
70+
71+
* Fixes erroneous print out on seeking wifi overall `Serial0`.
72+
6773
## Beta2
6874

6975
### Breaking Changes

libraries.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=OpenBCI_32bit_Library
2-
version=3.0.0-beta3
2+
version=3.0.0-beta4
33
author=Joel Murphy <joel@openbci.com>, Conor Russomanno <conor@openbci.com>, Leif Percifield <lpercifield@gmail.com>, AJ Keller <pushtheworldllc@gmail.com>
44
maintainers=Joel Murphy <joel@openbci.com>, AJ Keller <pushtheworldllc@gmail.com>
55
sentence=The library for controlling OpenBCI 32bit boards. The Cyton is the main one.

0 commit comments

Comments
 (0)