Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various bugfixes, timer rollover bugs, encoder, long press freeze bug, encoder issue at higher values #2967

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Correct a small delay posE_lastUpdateTime
static uint32_t posE_lastUpdateTime = FIL_ALARM_REMINDER_TIME
changed to
static uint32_t posE_lastUpdateTime = 0;
rondlh committed Jan 24, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7a8a54f51b7c4122b0fb9fdf309318fa484cba12
2 changes: 1 addition & 1 deletion TFT/src/User/API/AddonHardware.c
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ enum
FILAMENT_SENSOR_SMART,
};

static uint32_t posE_lastUpdateTime = FIL_ALARM_REMINDER_TIME; // give TFT time to connect to mainboard first before polling for runout
static uint32_t posE_lastUpdateTime = 0; // give TFT time to connect to mainboard first before polling for runout
static bool posE_sendingWaiting = false;
static bool sfs_alive = false; // use an encoder disc to toggles the runout. Suitable for BigTreeTech Smart Filament Sensor