changes to boards files
Esse commit está contido em:
@@ -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());
|
||||
|
||||
@@ -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();
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário