rfid update

This commit is contained in:
Sam
2023-11-15 19:40:50 +13:00
parent 095c16b01d
commit 82f05ff22a
4 changed files with 46 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
//jshint esversion:8
var seed = cyrb128("813311281");
var seed = cyrb128("813311293");
var rand = sfc32(seed[0], seed[1], seed[2], seed[3]);
// var gateway = `ws://192.168.1.184/ws`;
@@ -68,6 +68,7 @@ const classMap = {
EyePrototype: EyePrototype,
CircleExpand: CircleExpand,
MaryFace: MaryFace,
NewWave:NewWave,
// Add more class constructors here as needed
};
function createInstance(className, args) {