Start to fix and update boards
This commit is contained in:
parent
ee658115ee
commit
b6a59a6673
6 changed files with 14 additions and 2 deletions
|
@ -78,6 +78,10 @@ default
|
|||
#endif
|
||||
//llSetTimerEvent(1);
|
||||
}
|
||||
|
||||
if(n == 0x004f) {
|
||||
API_SERVER = DecipherService(m,"api");
|
||||
}
|
||||
}
|
||||
|
||||
timer()
|
||||
|
@ -486,6 +490,8 @@ state boot{
|
|||
|
||||
g_iNotification = iNotification;
|
||||
llSetTimerEvent(5);
|
||||
} else if(n == 0x004f) {
|
||||
API_SERVER = DecipherService(m,"api");
|
||||
} else if(n == 0x3E)
|
||||
{
|
||||
if(llJsonGetValue(m,["op"]) == "reset")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue