Files
pybricks-code/src/react-app-env.d.ts
T
David Lechner 33861d970b Package firmware in app
- includes firmware .zip for movehub and cplushub
- firmware flash button no longer opens file dialog
  - now connects first, then choses firmware based on connected device
  - drag and drop of custom firmware still works
2020-05-25 21:31:35 -05:00

7 lines
115 B
TypeScript

/// <reference types="react-scripts" />
declare module '*.zip' {
const src: string;
export default src;
}