Skip to content

Commit 4c0083f

Browse files
committed
fix linting and add ESP32 live mode example to CI
1 parent 4b3f93a commit 4c0083f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
[
2929
AdafruitPCA9685,
3030
LiveMode,
31+
LiveModeESP32WebSocket,
3132
MultiplePCA9685,
3233
Show,
3334
StandardServoLib,

src/BlenderServoAnimation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "animation/Animation.h"
2+
#include "live/Live.h"
23
#include "servo/Servo.h"
34
#include "show/Show.h"
4-
#include "live/Live.h"
55
#include <Arduino.h>

0 commit comments

Comments
 (0)