Skip to content

Commit

Permalink
WiFiSPI warning, more precise timeout message, bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Mar 15, 2024
1 parent 4ce75db commit 49071ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BSB_LAN/src/BSB/bsb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ int8_t BSB::Send(uint8_t type, uint32_t cmd, byte* rx_msg, byte* tx_msg, byte* p
}
}
int8_t return_value = _send(tx_msg);
if(return_value =! 1) return return_value;
if(return_value != 1) return return_value;
if(!wait_for_reply) return return_value;

i=15;
Expand Down

0 comments on commit 49071ae

Please sign in to comment.