From e0301a356c2afb1c6256676ac3d3858709b3c93e Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 19 Nov 2020 11:17:01 -0800 Subject: [PATCH] Rename issue 978 test to match the modern arduino naming requirements --- tests/issues/978/{sketch.ino => 978.ino} | 0 tests/issues/978/sketch.json | 6 ++++++ 2 files changed, 6 insertions(+) rename tests/issues/978/{sketch.ino => 978.ino} (100%) create mode 100644 tests/issues/978/sketch.json diff --git a/tests/issues/978/sketch.ino b/tests/issues/978/978.ino similarity index 100% rename from tests/issues/978/sketch.ino rename to tests/issues/978/978.ino diff --git a/tests/issues/978/sketch.json b/tests/issues/978/sketch.json new file mode 100644 index 00000000..43dc4c7e --- /dev/null +++ b/tests/issues/978/sketch.json @@ -0,0 +1,6 @@ +{ + "cpu": { + "fqbn": "keyboardio:virtual:model01", + "port": "" + } +} \ No newline at end of file