Explorar el Código

fix xremote_get_version temporarily

MX hace 2 años
padre
commit
599b15df47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      non_catalog_apps/xremote/xremote.c

+ 1 - 1
non_catalog_apps/xremote/xremote.c

@@ -19,7 +19,7 @@
 #define TAG "XRemote"
 
 void xremote_get_version(char* version, size_t length) {
-    snprintf(version, length, "%.1f.%d", (double)FAP_VERSION, XREMOTE_BUILD_NUMBER);
+    snprintf(version, length, "%.1f.%d", (double)1.1, XREMOTE_BUILD_NUMBER);
 }
 
 static uint32_t xremote_view_exit_callback(void* context) {