[PR #1782] Clock-first deauther-second interface #1191

Open
opened 2026-02-28 00:06:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SpacehuhnTech/esp8266_deauther/pull/1782
Author: @Focault
Created: 8/11/2025
Status: 🔄 Open

Base: v2Head: v2


📝 Commits (2)

  • fdd6603 Clock-first deauther-second interface
  • 7a621b7 Now opens in CLOCK_DISPLAY and not in the CLOCK setting screen

📊 Changes

3 files changed (+20 additions, -10 deletions)

View changed files

📝 esp8266_deauther/DisplayUI.cpp (+15 -9)
📝 esp8266_deauther/DisplayUI.h (+3 -0)
📝 esp8266_deauther/esp8266_deauther.ino (+2 -1)

📄 Description

I modified the firmware for the DSTIKE watch and other ESP8266-based devices so that they boot directly to the clock screen, which enhances their daily functionality. During this process, I also added two public member functions to the DisplayUI class to manage the switch between the default font and the clock font, following the DRY (Don't Repeat Yourself) principle.

This version of the firmware could be made available in a dedicated branch for users who prefer a clock-first, deauther-second interface.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SpacehuhnTech/esp8266_deauther/pull/1782 **Author:** [@Focault](https://github.com/Focault) **Created:** 8/11/2025 **Status:** 🔄 Open **Base:** `v2` ← **Head:** `v2` --- ### 📝 Commits (2) - [`fdd6603`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/fdd6603bd9ce7c12cc4f8362d7b1e2c20ba02d4b) Clock-first deauther-second interface - [`7a621b7`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/7a621b7e50a2832ae8941385b964c2e47e95bf9c) Now opens in CLOCK_DISPLAY and not in the CLOCK setting screen ### 📊 Changes **3 files changed** (+20 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `esp8266_deauther/DisplayUI.cpp` (+15 -9) 📝 `esp8266_deauther/DisplayUI.h` (+3 -0) 📝 `esp8266_deauther/esp8266_deauther.ino` (+2 -1) </details> ### 📄 Description I modified the firmware for the DSTIKE watch and other ESP8266-based devices so that they boot directly to the clock screen, which enhances their daily functionality. During this process, I also added two public member functions to the DisplayUI class to manage the switch between the default font and the clock font, following the DRY (Don't Repeat Yourself) principle. This version of the firmware could be made available in a dedicated branch for users who prefer a clock-first, deauther-second interface. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#1191
No description provided.