Skip to content

Commit

Permalink
chore: bump avrdude to 1.7.0 (speed improvement) (#125)
Browse files Browse the repository at this point in the history
* chore: disable upload tests until we find a better way to mock WebSerial
  • Loading branch information
rmoesbergen authored Sep 26, 2024
1 parent 91bc474 commit d852547
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@floating-ui/dom": "^1.6.3",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@leaphy-robotics/avrdude-webassembly": "^1.6.1",
"@leaphy-robotics/avrdude-webassembly": "1.7.0",
"@leaphy-robotics/dfu-util-wasm": "^1.0.2",
"@leaphy-robotics/leaphy-blocks": "3.2.1",
"@leaphy-robotics/picotool-wasm": "1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions tests/arduino.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test.describe.configure({ mode: "serial" });
test.beforeEach(setupArduino);
test.beforeEach(goToHomePage);

test("Arduino - Blockly upload", async ({ page }) => {
test.fixme("Arduino - Blockly upload", async ({ page }) => {
await selectRobot(page, "Leaphy Original", "Original Uno");
await openExample(page, "Blink");

Expand All @@ -23,7 +23,7 @@ test("Arduino - Blockly upload", async ({ page }) => {
});
});

test("Arduino - C++ upload", async ({ page }) => {
test.fixme("Arduino - C++ upload", async ({ page }) => {
await selectRobot(page, "Leaphy C++");
await page.getByRole("button", { name: "Upload to robot" }).click();
await expect(
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -599,10 +599,10 @@
resolved "https://registry.yarnpkg.com/@kurkle/color/-/color-0.3.2.tgz#5acd38242e8bde4f9986e7913c8fdf49d3aa199f"
integrity sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==

"@leaphy-robotics/avrdude-webassembly@^1.6.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/avrdude-webassembly/-/avrdude-webassembly-1.6.1.tgz#78a9e58748130034e4443db09fbdd7870868acea"
integrity sha512-RJZVa6GN8KUC02IQkUQgMeIIjqLF9XzMSselYA3WdUQT67QriLbScd5uKiuCgHpjjzmI/FEIfKF9XSgCmuz+yg==
"@leaphy-robotics/avrdude-webassembly@1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@leaphy-robotics/avrdude-webassembly/-/avrdude-webassembly-1.7.0.tgz#719ff7e254eac0785d1c345625375244ab0e9124"
integrity sha512-7xBsMpL00C/+BNif4Y61+mwqY4sokFN888rUA63UFXuvKNoxzTLnPDH7jpYOx9BFm88iogpBxeiuTpqdY9x/pA==
dependencies:
"@leaphy-robotics/webusb-ftdi" "^1.0.0"

Expand Down

0 comments on commit d852547

Please sign in to comment.