Merge pull request #428 from locnho/pda-boost-pool-menu-fix

Fix PDA menu with 'BOOST POOL' instead 'BOOST
master
sfeakes 2025-06-14 15:30:05 -05:00 committed by GitHub
commit e513f14dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -347,7 +347,8 @@ bool find_pda_menu_item(struct aqualinkdata *aq_data, char *menuText, int charli
// Line 9 = BOOST
// "SET AquaPure" and "BOOST" are only present when filter pump is running
if (strncasecmp(pda_m_line(9)," BOOST ", 16) == 0) {
if ((strncasecmp(pda_m_line(9)," BOOST ", 16) == 0) ||
(strncasecmp(pda_m_line(9)," BOOST POOL ", 16) == 0)) {
min_index = 1;
max_index = 8; // to account for 8 missing
if (index == 9) { // looking for boost