Skip to content

Commit

Permalink
Moddable4.7.0に合わせてHTTPClientクラスを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu committed Jul 12, 2024
1 parent 1731073 commit 20f820e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions firmware/typings/wavstreamer.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
declare module "embedded:network/http/client" {
export default class HTTPClient {
/* TODO */
}
}
declare module "wavstreamer" {
import type AudioOut from "pins/audioout"
import HTTPClient from "embedded:network/http/client";
Expand Down

0 comments on commit 20f820e

Please sign in to comment.