cfrankb / esp-idf-cs3

ESP32 port of an MSDOS game using the ST7789 / ILI9341 LCD display and a joystick module.
MIT License
1 stars 1 forks source link

Two warnings during compilation #1

Closed spairo1741 closed 6 months ago

spairo1741 commented 7 months ago

great, thanks for the game, my son and I are extremely grateful. Problems: environment Win 10 x64, esp-idf v5.1.2, Espressif IDE 2.1.1, TFT 2.8" ILI9341 there are two warnings during compilation 1.- F:/esp32s3/Espressif/frameworks/esp-idf-v5.1.2/components/driver/deprecated/driver/adc.h:19:2: warning: #warning "legacy adc driver is deprecated, please migrate to use esp_adc/adc_oneshot.h and esp_adc/adc_continuous.h for oneshot mode and continuous mode drivers respectively" [-Wcpp] 19 | #warning "legacy adc driver is deprecated, please migrate to use esp_adc/adc_oneshot.h and esp_adc/adc_continuous.h for oneshot mode and continuous mode drivers respectively" 2.- F:/esp32s3/workspace/esp-idf-cs3/main/driver.cpp:79:5: warning: missing initializer for member 'spi_bus_config_t::isr_cpu_id' [-Wmissing-field-initializers] 79 | }; | ^ Capture-1