VanceVagell / kv4p-ht

Open source handheld ham radio project KV4P-HT
GNU General Public License v3.0
316 stars 35 forks source link

[ESP32] [Arduino] Compilation error: invalid conversion from 'int' to 'const esp_task_wdt_config_t*' [-fpermissive] #78

Closed schroepfer closed 2 weeks ago

schroepfer commented 2 weeks ago

Hello, i use Arduino IDE 2.3.2 and Espressif esp32 3.0.7

At compiling the code for NodeMCU-32S (or Developer-Board) i get this Error: "Compilation error: invalid conversion from 'int' to 'const esp_task_wdt_config_t*' [-fpermissive]" in your code line 110: esp_task_wdt_init(10, true); // Reboot if locked up for a bit Please can you help?

Regards Juergen

VanceVagell commented 2 weeks ago

Hi Juergen,

That version of the esp32 library is not supported (Espressif removed and broke things we need). Please see the Contribute page on kv4p.com, it has all the exact library versions you should install.