mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
- 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
7 lines
115 B
TypeScript
7 lines
115 B
TypeScript
/// <reference types="react-scripts" />
|
|
|
|
declare module '*.zip' {
|
|
const src: string;
|
|
export default src;
|
|
}
|