Crabtree/SmartHome/UI/SimpleControl/Phone/Register/ManualUpgradeDialog.cs
@@ -163,7 +163,7 @@ { byte [] buffer = new byte [1024]; List<List<byte>> upgradeData = new List<List<byte>> (); System.IO.Stream stream = Application.Activity.Assets.Open ("india_beta.bin"); System.IO.Stream stream = Application.Activity.Assets.Open ("ind_C03.02U_2022-06-22.bin"); int length = 0; try { while ((length = stream.Read (buffer, 0, buffer.Length)) != 0) {