mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-24 12:02:07 +08:00
Add easter egg for specific Sunnylink device ID
This commit is contained in:
@@ -200,6 +200,11 @@ void SunnylinkPanel::updateLabels() {
|
||||
bool is_paired = uiState()->isSunnylinkPaired();
|
||||
auto paired_users = uiState()->sunnylinkDeviceUsers();
|
||||
|
||||
//little easter egg for Panda :D
|
||||
if(sunnylinkDongleId == "d689627422cefcbc") {
|
||||
role_name = "Panda 🐼";
|
||||
}
|
||||
|
||||
sunnylinkEnabledBtn->setEnabled(!is_onroad);
|
||||
sunnylinkEnabledBtn->setValue(tr("Device ID ")+ sunnylinkDongleId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user