@@ -171,9 +171,6 @@ SOURCES += \
171171 Source/CommonFramework/AudioPipeline/Tools/TimeSampleBufferReader.cpp \
172172 Source/CommonFramework/AudioPipeline/UI/AudioDisplayWidget.cpp \
173173 Source/CommonFramework/AudioPipeline/UI/AudioSelectorWidget.cpp \
174- Source/CommonFramework/ControllerDevices/SerialPortOption.cpp \
175- Source/CommonFramework/ControllerDevices/SerialPortSession.cpp \
176- Source/CommonFramework/ControllerDevices/SerialPortWidget.cpp \
177174 Source/CommonFramework/Environment/Environment.cpp \
178175 Source/CommonFramework/Environment/HardwareValidation.cpp \
179176 Source/CommonFramework/Environment/SystemSleep.cpp \
@@ -229,7 +226,6 @@ SOURCES += \
229226 Source/CommonFramework/Recording/StreamRecorder.cpp \
230227 Source/CommonFramework/Startup/NewVersionCheck.cpp \
231228 Source/CommonFramework/Startup/SetupSettings.cpp \
232- Source/CommonFramework/Tools/BotBaseHandle.cpp \
233229 Source/CommonFramework/Tools/DebugDumper.cpp \
234230 Source/CommonFramework/Tools/ErrorDumper.cpp \
235231 Source/CommonFramework/Tools/FileDownloader.cpp \
@@ -309,6 +305,10 @@ SOURCES += \
309305 Source/ComputerPrograms/Framework/ComputerProgramOption.cpp \
310306 Source/ComputerPrograms/Framework/ComputerProgramSession.cpp \
311307 Source/ComputerPrograms/Framework/ComputerProgramWidget.cpp \
308+ Source/Controllers/SerialPABotBase/SerialPABotBase_Handle.cpp \
309+ Source/Controllers/SerialPABotBase/SerialPABotBase_Option.cpp \
310+ Source/Controllers/SerialPABotBase/SerialPABotBase_Session.cpp \
311+ Source/Controllers/SerialPABotBase/SerialPABotBase_Widget.cpp \
312312 Source/Integrations/DiscordIntegrationSettings.cpp \
313313 Source/Integrations/DiscordIntegrationTable.cpp \
314314 Source/Integrations/DiscordSettingsOption.cpp \
@@ -1240,10 +1240,6 @@ HEADERS += \
12401240 Source/CommonFramework/AudioPipeline/Tools/TimeSampleWriter.h \
12411241 Source/CommonFramework/AudioPipeline/UI/AudioDisplayWidget.h \
12421242 Source/CommonFramework/AudioPipeline/UI/AudioSelectorWidget.h \
1243- Source/CommonFramework/ControllerDevices/SerialPortGlobals.h \
1244- Source/CommonFramework/ControllerDevices/SerialPortOption.h \
1245- Source/CommonFramework/ControllerDevices/SerialPortSession.h \
1246- Source/CommonFramework/ControllerDevices/SerialPortWidget.h \
12471243 Source/CommonFramework/Environment/Environment.h \
12481244 Source/CommonFramework/Environment/Environment_Linux.h \
12491245 Source/CommonFramework/Environment/Environment_Linux.tpp \
@@ -1320,7 +1316,6 @@ HEADERS += \
13201316 Source/CommonFramework/Recording/StreamRecorder.h \
13211317 Source/CommonFramework/Startup/NewVersionCheck.h \
13221318 Source/CommonFramework/Startup/SetupSettings.h \
1323- Source/CommonFramework/Tools/BotBaseHandle.h \
13241319 Source/CommonFramework/Tools/DebugDumper.h \
13251320 Source/CommonFramework/Tools/ErrorDumper.h \
13261321 Source/CommonFramework/Tools/FileDownloader.h \
@@ -1420,6 +1415,11 @@ HEADERS += \
14201415 Source/ComputerPrograms/Framework/ComputerProgramOption.h \
14211416 Source/ComputerPrograms/Framework/ComputerProgramSession.h \
14221417 Source/ComputerPrograms/Framework/ComputerProgramWidget.h \
1418+ Source/Controllers/SerialPABotBase/SerialPABotBase_Globals.h \
1419+ Source/Controllers/SerialPABotBase/SerialPABotBase_Handle.h \
1420+ Source/Controllers/SerialPABotBase/SerialPABotBase_Option.h \
1421+ Source/Controllers/SerialPABotBase/SerialPABotBase_Session.h \
1422+ Source/Controllers/SerialPABotBase/SerialPABotBase_Widget.h \
14231423 Source/Integrations/DiscordIntegrationSettings.h \
14241424 Source/Integrations/DiscordIntegrationTable.h \
14251425 Source/Integrations/DiscordSettingsOption.h \
0 commit comments