GPIOs depends on board profile, #2901

This commit is contained in:
MichaelDvP
2026-01-07 10:29:59 +01:00
parent d9551bc4c3
commit d624b9eac9
5 changed files with 17 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ export interface SystemStatus {
free_psram?: number;
free_caps: number;
model: string;
board: string;
has_loader: boolean;
has_partition: boolean;
partitions: {