Skip to content

Quick switch show wifi/bt status #552

@kkguo

Description

@kkguo

It confuses me at the first time, maybe it's better to show wifi disconnected icon when wifi is disconnected, and so bluetooth button.

asset = CFG_getWifi() ? ASSET_WIFI_OFF : ASSET_WIFI;

asset = CFG_getWifi() ? ASSET_WIFI : ASSET_WIFI_OFF;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions