Skip to content

Commit c461186

Browse files
authored
testing
1 parent 844944f commit c461186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/providers/tsl2561_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TSL2561Provider extends ChangeNotifier {
5555
try {
5656
if (i2c == null || scienceLab == null) {
5757
onError(appLocalizations.pslabNotConnected);
58-
logger.w('I2C or ScienceLab not available');
58+
logger.w('I2C or ScienceLab not ae');
5959
return;
6060
}
6161

0 commit comments

Comments
 (0)