Add BLE fence

This commit is contained in:
Michael Ehrenreich
2022-06-23 00:07:23 +02:00
committed by CommanderRedYT
parent 3e70a1fc74
commit cf278e4d18
6 changed files with 100 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
// local includes
#include "globals.h"
#include "motorpwmlimiter.h"
void initDrivingMode()
{
@@ -23,6 +24,7 @@ void updateDrivingMode()
currentMode->update();
fixCommonParams();
motor_pwm_limiter::update();
// Last, send values to motor controllers
sendCommands();