Problem with interruption whilst programm does blynk.config

Hello!
I faced with one challenge. I would like to interrupt attempts connection, when program does Blynk.config coomand, and go to AP mode for changing connection’s options. But i can’t do it when program connects first time to blynk, because of interrupts don’t work. I looked at library BlynkApiArduino.h and found there noInterrupts(); Could i delete with command? Or maybe there is another way to control first connection.

1 Like

@UdjinPr have you looked up WiFIManager?