Commit Graph

6 Commits

Author SHA1 Message Date
e39b6e4669 00002 로그파일 소팅방법 변경
웹페이지의 log files 는 파일들 나열이 지금 canlog_00000.bin이 제일 윗 상단에 있는데 반대로 해당파일이 제일 밑으로 최신(파일명숫자가 높은) 파일이 윗상단에 표시하게 sorting 방법을 바꾸어줘
2025-10-04 17:34:20 +00:00
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
bd2986ae0a count수정
결과 확인해보니 웹페이지의 Real-time CAN messages(by ID) 의 count 작동이 데이터 보내지 않음에도 카운트 되는데 이부분 잘못 된것 같아 can신호가 수집된 갯수를 count 하게 수정해줘, 그리고 logging status, sd card, messages, speed  추가로 현재 로깅되고 있는 파일 명도 추가 해줘
2025-10-04 17:17:44 +00:00
19e74c2ab1 count수정
결과 확인해보니 웹페이지의 Real-time CAN messages(by ID) 의 count 작동이 데이터 보내지 않음에도 카운트 되는데 이부분 잘못 된것 같아 can신호가 수집된 갯수를 count 하게 수정해줘, 그리고 logging status, sd card, messages, speed  추가로 현재 로깅되고 있는 파일 명도 추가 해줘
2025-10-04 17:16:06 +00:00
8a5d7fa925 Upload files to "/" 2025-10-04 16:52:28 +00:00
3e8982c756 Upload files to "/" 2025-10-04 16:48:47 +00:00