Skip to content

Commit 669576e

Browse files
committed
Remove ServoAX12 from lib to include it into Esp32_Hardware lib
1 parent b4a4e19 commit 669576e

5 files changed

Lines changed: 1 addition & 592 deletions

File tree

include/ESP32_Helper.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "Printer.h"
2929
#include "Debugger.h"
3030
#include "FileSystem_Helper.h"
31-
#include "ServoAX12.h"
3231

3332
namespace ESP32_Helper
3433
{

include/ServoAX12.h

Lines changed: 0 additions & 140 deletions
This file was deleted.

platformio.ini

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,4 @@ build_flags =
9494
-std=gnu++17
9595
-D NO_WIFI
9696
-D SIMULATOR
97-
-D WOKWI
98-
99-
[env:Example8_AX12]
100-
build_unflags =
101-
-std=gnu++11
102-
build_flags =
103-
-std=c++17
104-
-std=gnu++17
105-
-D NO_WIFI
106-
-D SIMULATOR
107-
lib_deps =
108-
robotis-git/Dynamixel2Arduino@^0.8.0
97+
-D WOKWI

src/ESP32_Helper.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ namespace ESP32_Helper
163163
}
164164
else if (cmdTmp.cmd.startsWith("SPIFFS"))
165165
FileSystem_Helper::HandleCommand(cmdTmp);
166-
else if (cmdTmp.cmd.startsWith("AX12"))
167-
ServoAX12::HandleCommand(cmdTmp);
168166
else
169167
{
170168
// If command is not for Lib, we send it to the main

0 commit comments

Comments
 (0)