changes to boards files

Esse commit está contido em:
Gerrie van Zyl
2017-08-29 08:37:12 -04:00
commit 7f17332b8c
2 arquivos alterados com 6 adições e 6 exclusões
+4
Ver Arquivo
@@ -53,6 +53,10 @@ void loop() {
board.processCharWifi(newChar);
}
if (board.isMultiCharCmd) {
board.checkMultiCharCmdTimer();
}
if (!wifi.sentGains) {
if(wifi.present && wifi.tx) {
wifi.sendGains(board.numChannels, board.getGains());
+2 -6
Ver Arquivo
@@ -70,13 +70,9 @@ void loop() {
board.processChar(newChar);
}
/* this is no longer required with new muli char messages
*
// Used to abort multi part messages
if (board.isProcessingMultibyteMsg()) {
board.tryMultiAbort();
if (board.isMultiCharCmd) {
board.checkMultiCharCmdTimer();
}
*/
// Call to wifi loop
wifi.loop();