yuranikspb

Results 12 comments of yuranikspb

i check this function and it work some thing else wrong ``` this.update = function (settings) { //update new settings s = $.extend(s, settings); //We need to update action for...

I'm also interested this question

i have save to db trouble too,Authorization code not save to db

Build requirements: Qt 5.4.2 with MinGW/GCC compiler Написанно же я в qt делал себе изменения добавил калькулятор шага автоматический и собрал свою версию

windows qt 5.7.0 MiniGw blackscreen (grayscale setting make nc code visible)

if AT+CIPCLOSE=0 before ussd it helps, but only before Ussd if after then it doesn't help, it's magic :(

> So if you do a AT+NETCLOSE, request the credit balance SMS and then AT+NETOPEN AT+CIPOPEN=0,"TCP","mydomainame.com",1883` I wonder if this will resolve? > > Or AT+CIPCLOSE=0 then AT+NETCLOSE send credit...

after add `AT+NETCLOSE after CIPCLOSE` before ussd, reconnect is very fast(about a 2-4 sec). It turns out to be a good practice to close the socket (AT+CIPCLOSE) and the tcp-ip...

``` modem.sendAT(GF("+CIPCLOSE=0")); ///socket close modem.waitResponse(); modem.gprsDisconnect(); //tcp-ip close ussd_balance = modem.sendUSSD(ussd_balance_cmd); DBG("Balance (USSD):", ussd_balance); ``` and next in sketch ``` if (!modem.gprsConnect(apn.c_str(), gprsUser.c_str(), gprsPass.c_str())) { SerialMon.println(" fail, wait for 5...

I confirm, the same error occurs when changing scenes `get_tree().change_scene_to_file("res://scenes/menu.tscn")`