Fix compile chain, and add final FFF version of boards

This commit is contained in:
zontreck 2024-08-13 20:31:56 -07:00
parent b1fc57b931
commit a1a93ea994
17 changed files with 421 additions and 172 deletions

View file

@ -1,4 +1,7 @@
#include "MasterFile.lsl"
#include "variables.lsl"
#include "functions.lsl"
integer g_iTotalKeys;
integer g_iProcessedKeys;
@ -66,7 +69,7 @@ default
DeleteDSReq(kID);
llSleep(0.5);
UpdateDSRequest(NULL, llHTTPRequest("https://api.zontreck.dev/zni/SLKVPStoreTesting.php", [HTTP_METHOD, "POST", HTTP_MIMETYPE, "application/json"], llList2Json(JSON_OBJECT,["op","set", "id", sKey, "val", sValue])), "sv");
UpdateDSRequest(NULL, llHTTPRequest("https://api.zontreck.com/zni/SLKVPStoreTesting.php", [HTTP_METHOD, "POST", HTTP_MIMETYPE, "application/json"], llList2Json(JSON_OBJECT,["op","set", "id", sKey, "val", sValue])), "sv");
g_iProcessedKeys++;
SET_HOVER();
llSleep(0.5);
@ -90,7 +93,7 @@ default
llRegionSay(5, "restore9f");
llSetText("Please Stand By\nPerforming daily KVP store backup",<1,0,0>,1);
UpdateDSRequest(NULL, llHTTPRequest("https://api.zontreck.dev/zni/SLKVPStoreTesting.php", [HTTP_METHOD, "POST", HTTP_MIMETYPE, "application/json"], llList2Json(JSON_OBJECT,["op","clear"])), "sv");
UpdateDSRequest(NULL, llHTTPRequest("https://api.zontreck.com/zni/SLKVPStoreTesting.php", [HTTP_METHOD, "POST", HTTP_MIMETYPE, "application/json"], llList2Json(JSON_OBJECT,["op","clear"])), "sv");
llSleep(10);
UpdateDSRequest(NULL, llKeyCountKeyValue(), "count");