Skip to content

Commit 30e1267

Browse files
author
AJ Keller
authored
Merge pull request #63 from aj-ptw/dev-3.0.0
Dev 3.0.0
2 parents f1becf3 + 68f50c6 commit 30e1267

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

changelog.md

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

50+
## Release Candidate 1
51+
52+
### Breaking Changes
53+
54+
* Stop sending wifi connection status on connect
55+
5056
## Beta5
5157

5258
### New Features

examples/DefaultBoard/DefaultBoard.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ void loop() {
3737
addAuxToSD = true;
3838
}
3939

40-
4140
// Verify the SD file is open
4241
if(SDfileOpen) {
4342
// Write to the SD card, writes aux data
@@ -87,6 +86,7 @@ void loop() {
8786

8887
if (!wifi.sentGains) {
8988
if(wifi.present && wifi.tx) {
89+
// Serial0.println("Synced with Wifi$$$");
9090
wifi.sendGains(board.numChannels, board.getGains());
9191
}
9292
}

0 commit comments

Comments
 (0)