SD-card firmware update + X3 bootloader compatibility (#1786)
This commit is contained in:
@@ -62,13 +62,18 @@ struct FootnoteResult {
|
||||
std::string href;
|
||||
};
|
||||
|
||||
struct FilePathResult {
|
||||
std::string path;
|
||||
};
|
||||
|
||||
struct StarredPageResult {
|
||||
int spineIndex = 0;
|
||||
int pageNumber = 0;
|
||||
};
|
||||
|
||||
using ResultVariant = std::variant<std::monostate, WifiResult, KeyboardResult, MenuResult, ChapterResult, PercentResult,
|
||||
PageResult, SyncResult, NetworkModeResult, FootnoteResult, StarredPageResult>;
|
||||
using ResultVariant =
|
||||
std::variant<std::monostate, WifiResult, KeyboardResult, MenuResult, ChapterResult, PercentResult, PageResult,
|
||||
SyncResult, NetworkModeResult, FootnoteResult, FilePathResult, StarredPageResult>;
|
||||
|
||||
struct ActivityResult {
|
||||
bool isCancelled = false;
|
||||
|
||||
Reference in New Issue
Block a user