📂 Adds file selection
This commit is contained in:
@@ -180,4 +180,10 @@ export type servo = {
|
||||
// max_pwm: number;
|
||||
// min_angle: number;
|
||||
// max_angle: number;
|
||||
};
|
||||
};
|
||||
|
||||
export type File = number;
|
||||
|
||||
export interface Directory {
|
||||
[key: string]: File | Directory;
|
||||
}
|
||||
Reference in New Issue
Block a user