You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While implementing feature request #3284 i recognised that the definition of screen fonts is duplicated in several files, namely
src/graphics/Screen.cpp, src/modules/Telemetry/PowerTelemetry.cpp, src/modules/Telemetry/EnvironmentTelemetry.cpp, src/modules/CannedMessageModule.cpp.
To avoid breaking something, i even introduced another copy in src/modules/esp32/PaxcounterModule.cpp to implement the feature.
I propose to cleanup the duplicate code by moving it to a separate header file and indlude this in the files named above.
The text was updated successfully, but these errors were encountered:
While implementing feature request #3284 i recognised that the definition of screen fonts is duplicated in several files, namely
src/graphics/Screen.cpp, src/modules/Telemetry/PowerTelemetry.cpp, src/modules/Telemetry/EnvironmentTelemetry.cpp, src/modules/CannedMessageModule.cpp.
To avoid breaking something, i even introduced another copy in src/modules/esp32/PaxcounterModule.cpp to implement the feature.
I propose to cleanup the duplicate code by moving it to a separate header file and indlude this in the files named above.
The text was updated successfully, but these errors were encountered: