You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: