bitluni / ESP32CameraI2S

176 stars 61 forks source link

Compile Error in XClk.cpp #18

Open mmaxus35 opened 4 years ago

mmaxus35 commented 4 years ago

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.