We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07d525 commit 75b7164Copy full SHA for 75b7164
2 files changed
lib/communication/science_lab.dart
@@ -57,7 +57,7 @@ class ScienceLab {
57
if (isDeviceFound()) {
58
try {
59
await mCommunicationHandler.open();
60
- mPacketHandler = PacketHandler(500, mCommunicationHandler);
+ mPacketHandler = PacketHandler(1500, mCommunicationHandler);
61
} catch (e) {
62
logger.e(e);
63
}
lib/view/gyroscope_screen.dart
@@ -77,7 +77,7 @@ class _GyroscopeScreenState extends State<GyroscopeScreen> {
77
),
78
const InstrumentImage(
79
imagePath: imagePath,
80
- height: 200.0,
+ height: 210.0,
81
82
InstrumentIntroText(
83
text: appLocalizations.gyroscopeDesc,
0 commit comments