浏览代码

add links to binary sources

MX 1 年之前
父节点
当前提交
c7da4f3528
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      scenes/esp_flasher_scene_quick.c

+ 2 - 0
scenes/esp_flasher_scene_quick.c

@@ -1,5 +1,7 @@
 #include "../esp_flasher_app_i.h"
 
+// Marauder firmware source - https://github.com/justcallmekoko/ESP32Marauder
+// BlackMagic firmware source - https://github.com/flipperdevices/blackmagic-esp32-s2
 // DO NOT use as an example, you should split into different scene files for each screen
 // To keep in a single file, this is setup in an unusual and confusing way
 // You can find more info in comments throughout