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

Compile Error in XClk.cpp #18

Open
mmaxus35 opened this issue Jan 5, 2020 · 0 comments
Open

Compile Error in XClk.cpp #18

mmaxus35 opened this issue Jan 5, 2020 · 0 comments

Comments

@mmaxus35
Copy link

mmaxus35 commented Jan 5, 2020


C:\Users\Burak\AppData\Local\Temp\build7794fcd854046ed8889d5039584e34f2.tmp\sketch\XClk.cpp: In function 'bool ClockEnable(int, int)':

C:\Users\Burak\AppData\Local\Temp\build7794fcd854046ed8889d5039584e34f2.tmp\sketch\XClk.cpp:31:13: error: 'struct ledc_channel_config_t' has no member named 'hpoint'


     ch_conf.hpoint = 0;//added by me

This is the output when I try to compile the code.

UPDATE: I just commented out the ch_conf.hpoint = 0;//added by me` and exchange the WifiMulti to normal WiFi with station mode configuration, because WiFi Multi did not connect to my Wi-Fi additionally. Moreover, the image is blurry. However, this might be caused because of my pin connections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant