mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-25 17:25:10 +03:00
[Horus] Screenshots special function. Woot!
This commit is contained in:
parent
ffb731dc30
commit
c50c55033e
20 changed files with 64 additions and 96 deletions
|
@ -528,12 +528,10 @@ void perMain()
|
|||
DEBUG_TIMER_STOP(debugTimerGuiMain);
|
||||
#endif
|
||||
|
||||
#if defined(PCBTARANIS)
|
||||
if (mainRequestFlags & (1 << REQUEST_SCREENSHOT)) {
|
||||
writeScreenshot();
|
||||
mainRequestFlags &= ~(1 << REQUEST_SCREENSHOT);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(PCBX9E) && !defined(SIMU)
|
||||
toplcdRefreshStart();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue