mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[PR #1782] Clock-first deauther-second interface #1191
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#1191
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SpacehuhnTech/esp8266_deauther/pull/1782
Author: @Focault
Created: 8/11/2025
Status: 🔄 Open
Base:
v2← Head:v2📝 Commits (2)
fdd6603Clock-first deauther-second interface7a621b7Now 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.