- Update to ESP-IDF v5.4 - Fixed a lot of new and existing warnings - Fix issue with incorrect `EventFlag` usage in Dispatcher
8 lines
87 B
C++
8 lines
87 B
C++
#pragma once
|
|
|
|
namespace tt::app::textviewer {
|
|
|
|
void start(const std::string& file);
|
|
|
|
}
|