1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 09:15:21 +03:00

Now uses the external libopenui

This commit is contained in:
Bertrand Songis 2019-10-02 11:02:50 +02:00
parent 5b568cd40c
commit 3e2cb83991
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
250 changed files with 76326 additions and 11869 deletions

View file

@ -20,6 +20,7 @@
#include "opentx.h"
#include "io/frsky_firmware_update.h"
#include "libopenui/src/libopenui_file.h"
#define NODE_TYPE(fname) fname[SD_SCREEN_FILE_LENGTH+1]
#define IS_DIRECTORY(fname) ((bool)(!NODE_TYPE(fname)))