We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844944f commit c461186Copy full SHA for c461186
1 file changed
lib/providers/tsl2561_provider.dart
@@ -55,7 +55,7 @@ class TSL2561Provider extends ChangeNotifier {
55
try {
56
if (i2c == null || scienceLab == null) {
57
onError(appLocalizations.pslabNotConnected);
58
- logger.w('I2C or ScienceLab not available');
+ logger.w('I2C or ScienceLab not ae');
59
return;
60
}
61
0 commit comments