* companion: some further refactors after the MyMesh refactor

Este cometimento está contido em:
Scott Powell
2025-06-02 15:25:55 +10:00
ascendente accbe3b307
cometimento 5729d66a9e
5 ficheiros modificados com 41 adições e 48 eliminações
+1 -1
Ver ficheiro
@@ -181,7 +181,7 @@ void setup() {
sensors.begin();
#ifdef DISPLAY_CLASS
ui_task.begin(disp, the_mesh.getNodePrefs(), FIRMWARE_BUILD_DATE, FIRMWARE_VERSION, the_mesh.getBLEPin());
ui_task.begin(disp, the_mesh.getNodePrefs()); // still want to pass this in as dependency, as prefs might be moved
#endif
}