From 80afcd86c25fc0364abe285875429481d184e58d Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 16 Jul 2024 13:13:20 +1200 Subject: [PATCH] add todo --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index f0e0232..e2b230c 100644 --- a/index.html +++ b/index.html @@ -286,6 +286,7 @@ console.log("device is not provisioned yet, doing it now..."); // determine device info + // todo implement ui to configure these values const product = ROM.PRODUCT_RAK4631; const model = ROM.MODEL_12; const hardwareRevision = 0x1;