Dozingfiretruck 3 лет назад
Родитель
Сommit
e44dca5e5c
2 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      luatos/makesoc.py
  2. BIN
      luatos/pack/soc_download.exe

+ 2 - 0
luatos/makesoc.py

@@ -101,6 +101,8 @@ if __name__=='__main__':
             info_json_data["download"]["extra_param"] = "01ff0200"
         elif bsp == "ESP32":
             info_json_data["download"]["extra_param"] = "02ff0200"
+        elif bsp == "ESP32C2":
+            info_json_data["download"]["extra_param"] = "03ff0200"
         json.dump(info_json_data, f)
     
     if os.path.exists(out_file+'.soc'):

BIN
luatos/pack/soc_download.exe