Review comments

This commit is contained in:
jpirnay
2026-04-26 17:57:26 +02:00
parent 812269057d
commit edf7ce1ae2
10 changed files with 85 additions and 48 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ class CrossPointSettings {
// Get singleton instance
static CrossPointSettings& getInstance() { return instance; }
uint16_t getPowerButtonDuration() const { return 400; }
static constexpr uint16_t getPowerButtonDuration() { return 400; }
int getReaderFontId() const;
// If count_only is true, returns the number of settings items that would be written.