mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-30 02:15:41 +00:00
Fix misspelling in EInk
This commit is contained in:
parent
8bede6dfcf
commit
4badb1c420
@ -1136,7 +1136,7 @@ void Screen::hideCurrentFrame()
|
||||
} else if (currentFrame == framesetInfo.positions.nodelist_hopsignal) {
|
||||
LOG_INFO("Hide NodeList (Hop / Signal - EInk)");
|
||||
hiddenFrames.nodelist_hopsignal = true;
|
||||
} else if (currentFrame == framesetInfo.positions.nodelinodelist_distancest) {
|
||||
} else if (currentFrame == framesetInfo.positions.nodelist_distance) {
|
||||
LOG_INFO("Hide NodeList (Distance - EInk)");
|
||||
hiddenFrames.nodelist_distance = true;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user