mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 19:05:44 +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) {
|
} else if (currentFrame == framesetInfo.positions.nodelist_hopsignal) {
|
||||||
LOG_INFO("Hide NodeList (Hop / Signal - EInk)");
|
LOG_INFO("Hide NodeList (Hop / Signal - EInk)");
|
||||||
hiddenFrames.nodelist_hopsignal = true;
|
hiddenFrames.nodelist_hopsignal = true;
|
||||||
} else if (currentFrame == framesetInfo.positions.nodelinodelist_distancest) {
|
} else if (currentFrame == framesetInfo.positions.nodelist_distance) {
|
||||||
LOG_INFO("Hide NodeList (Distance - EInk)");
|
LOG_INFO("Hide NodeList (Distance - EInk)");
|
||||||
hiddenFrames.nodelist_distance = true;
|
hiddenFrames.nodelist_distance = true;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user