MX 1 год назад
Родитель
Сommit
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