This commit is contained in:
liamcottle
2024-07-16 13:13:20 +12:00
parent da5cae8405
commit 80afcd86c2

View File

@@ -286,6 +286,7 @@
console.log("device is not provisioned yet, doing it now..."); console.log("device is not provisioned yet, doing it now...");
// determine device info // determine device info
// todo implement ui to configure these values
const product = ROM.PRODUCT_RAK4631; const product = ROM.PRODUCT_RAK4631;
const model = ROM.MODEL_12; const model = ROM.MODEL_12;
const hardwareRevision = 0x1; const hardwareRevision = 0x1;