byun 4f0588c7d8 00001 에러코드 수정
Z:\byun_work\01.codings\250928_esp32_spi_sdcard_ads8688_mcp\03.wifi_can\ESP32_CAN_Logger\ESP32_CAN_Logger.ino: In function 'void canRxTask(void*)':
Z:\byun_work\01.codings\250928_esp32_spi_sdcard_ads8688_mcp\03.wifi_can\ESP32_CAN_Logger\ESP32_CAN_Logger.ino:261:13: error: 'recentMessages' was not declared in this scope
  261 |             recentMessages[recentMsgIndex] = msg;
      |             ^~~~~~~~~~~~~~
Z:\byun_work\01.codings\250928_esp32_spi_sdcard_ads8688_mcp\03.wifi_can\ESP32_CAN_Logger\ESP32_CAN_Logger.ino:261:28: error: 'recentMsgIndex' was not declared in this scope; did you mean 'recentDataIndex'?
  261 |             recentMessages[recentMsgIndex] = msg;
      |                            ^~~~~~~~~~~~~~
      |                            recentDataIndex
Z:\byun_work\01.codings\250928_esp32_spi_sdcard_ads8688_mcp\03.wifi_can\ESP32_CAN_Logger\ESP32_CAN_Logger.ino: In function 'void webUpdateTask(void*)':
Z:\byun_work\01.codings\250928_esp32_spi_sdcard_ads8688_mcp\03.wifi_can\ESP32_CAN_Logger\ESP32_CAN_Logger.ino:491:21: error: 'recentMessages' was not declared in this scope
  491 |                 if (recentMessages[i].timestamp > 0) {
      |                     ^~~~~~~~~~~~~~
"mcp2515.h"를 위한 복수개의 라이브러리가 발견되었습니다
  사용됨: C:\Users\sinla\OneDrive\문서\Arduino\libraries\autowp-mcp2515
  사용되지 않음: C:\Users\sinla\OneDrive\문서\Arduino\libraries\esp32-mcp2515-master
"SD.h"를 위한 복수개의 라이브러리가 발견되었습니다
  사용됨: C:\Users\sinla\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.0\libraries\SD
  사용되지 않음: C:\Users\sinla\AppData\Local\Arduino15\libraries\SD
exit status 1

Compilation error: 'recentMessages' was not declared in this scope
2025-10-04 17:26:09 +00:00
2025-10-04 17:26:09 +00:00
2025-10-04 17:16:06 +00:00
Description
No description provided
73 MiB
Languages
C++ 69.4%
C 21.5%
Python 7.7%
Batchfile 1.4%