Crash occurs if the CIPSEND callback returns COMMAND_WAITING
kevinhikaruevans opened this issue · 1 comments
kevinhikaruevans commented
Crash occurs if the CIPSEND callback returns COMMAND_WAITING
kevinhikaruevans commented
It's apparently not crashing, but just a dumb logic problem. It's not able to transmit the socket data when current_command
is not null. 🤦