From 110886fc6dc5410a6741ca2b60e01381cfaa4bd3 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 30 Apr 2023 17:36:00 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20sample=20=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Cpp/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cpp/main.cpp b/src/Cpp/main.cpp index 04ee59ba71..c3cc5ae573 100644 --- a/src/Cpp/main.cpp +++ b/src/Cpp/main.cpp @@ -33,7 +33,7 @@ int main([[maybe_unused]] int argc, char** argv) #ifndef ASST_DEBUG AsstAsyncConnect(ptr, "adb", "127.0.0.1:5555", nullptr, true); #else - AsstAsyncConnect(ptr, "adb", "127.0.0.1:3439", "General", true); + AsstAsyncConnect(ptr, "adb", "127.0.0.1:5555", "DEBUG", true); #endif if (!AsstConnected(ptr)) { std::cerr << "connect failed" << std::endl; @@ -94,7 +94,7 @@ int main([[maybe_unused]] int argc, char** argv) #else - AsstAppendTask(ptr, "Custom", R"({"task_names": [ "GachaOnce" ] })"); + AsstAppendTask(ptr, "Debug", nullptr); #endif