MAP phase sensing #3544

trying longer average
This commit is contained in:
rusefillc 2021-12-04 17:06:59 -05:00
parent 4a18bb0617
commit f3a3d96fa9
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ uint16_t rpmAcceleration;dRPM;"RPM/s",1, 0, 0, 0, 0
uint8_t fallbackMap;;"", 1, 0, -10000, 10000, 3
uint8_t TEMPLOG_map_peak;;"", 1, 0, -10000, 10000, 3
uint8_t unused112;;"", 1, 0, -10000, 10000, 3
uint8_t TEMPLOG_map_length;;"", 1, 0, -10000, 10000, 3
uint8_t unused113;;"", 1, 0, -10000, 10000, 3

View File

@ -15,7 +15,7 @@
#include "pin_repository.h"
#include "local_version_holder.h"
#define MAP_CAM_BUFFER 8
#define MAP_CAM_BUFFER 64
class Engine;
typedef void (*ShaftPositionListener)(trigger_event_e signal, uint32_t index, efitick_t edgeTimestamp);