Jelajahi Sumber

Updated html read error message

bigbrodude6119 2 tahun lalu
induk
melakukan
8d737c5502
1 mengubah file dengan 4 tambahan dan 2 penghapusan
  1. 4 2
      helpers/evil_portal_storage.c

+ 4 - 2
helpers/evil_portal_storage.c

@@ -34,8 +34,10 @@ void evil_portal_read_index_html(void *context) {
     storage_file_close(index_html);
     storage_file_free(index_html);
   } else {
-    char * html_error =  "Something went wrong with reading the html file.\n"
-                      "Is the SD Card set up correctly?";
+    char * html_error =  "<b>Evil portal</b>\nUnable to read the html file.\n"
+                      "Is the SD Card set up correctly? See instructions\n"
+                      "github.com/bigbrodude6119/flipper-zero-evil-portal\n"
+                      "'Install pre-built app on the flipper'";
     app->index_html = (uint8_t *)html_error;
   }