We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be2c49 commit bb4450bCopy full SHA for bb4450b
src/CoAP.cpp
@@ -383,6 +383,7 @@ void Coap::iSYNC_POST(String key,String msg){
383
while((millis() - lasttime < 10000) && !this->ready){this->loop();};
384
if(!this->ready){
385
Serial.print(F("Reconnect..."));
386
+ BC95.reset();
387
while (!BC95.attachNetwork()) {
388
Serial.print(".");
389
delay(500);
@@ -400,6 +401,7 @@ void Coap::iSYNC_GET(String key){
400
401
402
403
404
405
406
407
0 commit comments