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
Compiling .pio/build/esp32doit-devkit-v1/src/main.o
src/main.c: In function 'app_main':
src/main.c:225:14: warning: passing argument 1 of 'xTaskCreate' from incompatible pointer type [-Wincompatible-pointer-types]
xTaskCreate(&task_ssd1306_display_text, "ssd1306_display_text", 2048,
^
In file included from src/main.c:3:0:
/Users/raf/.platformio/packages/framework-espidf/components/freertos/include/freertos/task.h:432:37: note: expected 'TaskFunction_t {aka void (*)(void *)}' but argument is of type 'void (*)(const void *)'
static inline IRAM_ATTR BaseType_t xTaskCreate(
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: