Skip to content

ESP32 sample code ,run in ESP32 dev kit ,frequency show 0Mhz #44

@win-ds

Description

@win-ds

Describe the bug
ESP32 sample code ,run in ESP32 dev kit ,frequency show 0Mhz

find the problem here:
previousFrequency = currentFrequency = rx.getFrequency(); // 获取当前频率

it need to change to :
previousFrequency = currentFrequency = rx.getCurrentFrequency(); // 获取当前频率

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions