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. BIN
      T-RGB_v1.1.2_beta.bin
  2. 1 1
      firmware_info.json
  3. BIN
      knob_v1.1.2_beta.bin
  4. 10 1
      upgrade_info.json

BIN
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
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"
+	}
+}