Update log size

This commit is contained in:
Josh Stewart 2020-08-23 08:25:53 +10:00
parent 5e3cf3fca6
commit 7b14d88a5d
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
#ifndef LOGGER_H
#define LOGGER_H
#define LOG_ENTRY_SIZE 114 /**< The size of the live data packet. This MUST match ochBlockSize setting in the ini file */
#define SD_LOG_ENTRY_SIZE 114 /**< The size of the live data packet used by the SD car.*/
#define LOG_ENTRY_SIZE 116 /**< The size of the live data packet. This MUST match ochBlockSize setting in the ini file */
#define SD_LOG_ENTRY_SIZE 116 /**< The size of the live data packet used by the SD car.*/
void createLog(uint8_t *array);
void createSDLog(uint8_t *array);