You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
# v1.3.0
2
+
3
+
At this time, can no longer support both RAW and JSON modes with a single binary file. Need optimized builds. We ended up having two modes that didnt work that well instead of highly optimized builds for the different operating modes.
4
+
5
+
### Breaking Changes
6
+
7
+
* For RAW only (can't do Raw to JSON or MQTT) - upload the binary for `DefaultWifiShield_v1.3.0.bin`
8
+
* This is the default firmware to be shipped with WiFi Shields
9
+
* Sample rates of 1000Hz with Cyton (with or without Daisy) possible
10
+
* Use the OpenBCI_GUI/OpenBCIHub
11
+
* For JSON over (TCP/MQTT) (can't use OpenBCI GUI) - upload the binary for `WifiShield_RawToJSON_v1.3.0.bin`
12
+
* Only tested with 200Hz with Ganglion
13
+
* Only tested with 250Hz with Cyton
14
+
15
+
# v1.2.0
16
+
17
+
### Bug Fixes
18
+
19
+
* Allow for CORS on HTTP server for every call. Closes #41
20
+
* Extend max tcp packets per send
21
+
* Optimize JSON packet streaming for better performance, allows for latency up to 39ms for 8 channel and 4 channel and 25ms for 16 channel when streaming out JSON
0 commit comments