Start to fix and update boards

This commit is contained in:
zontreck 2024-08-13 21:55:45 -07:00
parent ee658115ee
commit b6a59a6673
6 changed files with 14 additions and 2 deletions

View file

@ -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")