2 次代碼提交 6abd98e51e ... 524a82786f

作者 SHA1 備註 提交日期
  lai 524a82786f knob ota bin file and config file 2 月之前
  lai 6abd98e51e knob ota bin file and config file 2 月之前
共有 4 個文件被更改,包括 11 次插入2 次删除
  1. 二進制
      T-RGB_v1.1.2_beta.bin
  2. 1 1
      firmware_info.json
  3. 二進制
      knob_v1.1.2_beta.bin
  4. 10 1
      upgrade_info.json

二進制
T-RGB_v1.1.2_beta.bin


+ 1 - 1
firmware_info.json

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

二進制
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"
+	}
+}