Wish Watchdog / Reset

janderkan

Well-Known Member
Licensed User
Longtime User
No, I would like to restart the device when I change the settings.
But I can close communication and init again.
Thank you for the reply.
 
Last edited:

Tayfur

Well-Known Member
Licensed User
Longtime User

I read some error when I am compiling...

B4R version: 1.50
Parsing code. (0.01s)
Compiling code. (1.17s)
Building project (0.83s)
Compiling & deploying Ino project (WeMos D1 R2 & mini - COM3) Error

KROJEL~1GSMObjectsinsketch4r_main.cpp: Assembler messages:
KROJEL~1GSMObjectsinsketch4r_main.cpp:25: Error: unknown opcode or format name 'jmp'
KROJEL~1GSMObjectsinsketch4r_main.cpp:25: Error: unknown opcode or format name 'jmp'
exit status 1
Error compiling for board WeMos D1 R2 & mini.
 

Tayfur

Well-Known Member
Licensed User
Longtime User


sorry I used WEMOS board.
I am lucky;
B4X:
Public Sub Reset
    dim ESP as ESP8266
    ESP.reset
end sub
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…