2 Revize 6abd98e51e ... 524a82786f

Autor SHA1 Zpráva Datum
  lai 524a82786f knob ota bin file and config file před 2 měsíci
  lai 6abd98e51e knob ota bin file and config file před 2 měsíci
4 změnil soubory, kde provedl 11 přidání a 2 odebrání
  1. binární
      T-RGB_v1.1.2_beta.bin
  2. 1 1
      firmware_info.json
  3. binární
      knob_v1.1.2_beta.bin
  4. 10 1
      upgrade_info.json

binární
T-RGB_v1.1.2_beta.bin


+ 1 - 1
firmware_info.json

@@ -1 +1 @@
-{"latest_version":"1.1.2"}
+{"latest_version":"1.2.0"}

binární
knob_v1.1.2_beta.bin


+ 10 - 1
upgrade_info.json

@@ -1 +1,10 @@
-{"knob_version":1102,"knob_url":"https://gitee.com/laidaixi/knob_ota/raw/master/knob_v1.1.2_beta.bin","mcu_version":1001,"mcu_url":"https://gitee.com/laidaixi/mcu_ota/raw/master/H220_SPLAN_V1001.hex"}
+{
+	"code":0,
+	"msg":"succ",
+	"data":{
+	"knob_version":1200,
+	"knob_url":"https://gitee.com/laidaixi/knob_ota/raw/master/knob_v1.2.0_beta.bin",
+	"mcu_version":1001,
+	"mcu_url":"https://gitee.com/laidaixi/mcu_ota/raw/master/H220_SPLAN_V1001_beta.hex"
+	}
+}