extra material and simulink creation script

This commit is contained in:
Mikkeli Matlock
2026-01-25 22:49:13 +09:00
parent 1b8c788fec
commit d7a1f2fabd
9 changed files with 227 additions and 59 deletions

View File

@@ -20,6 +20,8 @@ class SmartSerowApp extends StatelessWidget {
brightness: Brightness.dark,
),
useMaterial3: true,
fontFamily: 'DIN1451',
fontFamilyFallback: const ['NotoSans', 'Roboto'],
),
home: const AppRoot(),
);