helium / maker-starter-app

Apache License 2.0
37 stars 39 forks source link

HotspotSetupBluetoothSuccess report invalid checksum #75

Open ghaucience opened 1 year ago

ghaucience commented 1 year ago

when i donwload the newest make app and run it on my phone and onboarding my gateway, it report 'invalid checksum' when the app code run at

+++ b/src/features/hotspots/setup/HotspotSetupBluetoothSuccess.tsx @@ -126,10 +126,16 @@ const HotspotSetupBluetoothSuccess = () => { if (!parsed?.address) throw new Error('Invalid Token')

       const { address: ownerAddress } = parsed
ghaucience commented 1 year ago

here is a owerAddress and payerAddress, we thing it don't match with the gateway, but we don't know how to fixed the code in the gateway.