mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
added comment to show test add example
This commit is contained in:
@@ -301,7 +301,7 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const
|
|||||||
|
|
||||||
if (command == "add") {
|
if (command == "add") {
|
||||||
shell.printfln("Testing Adding a device (product_id %d), with all values...", id2);
|
shell.printfln("Testing Adding a device (product_id %d), with all values...", id2);
|
||||||
test("add", id1, id2); // e.g. 8 172
|
test("add", id1, id2); // e.g. "test add 0x8 172"
|
||||||
shell.invoke_command("show values");
|
shell.invoke_command("show values");
|
||||||
ok = true;
|
ok = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user