Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Lux meter.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Configure view is used to control the lux meter by changing variuos parameters.

## How to Use it

The default sensor for the lux meter is the built-in sensor. If the android device contains the ambient light sensor, immediatly the data can be observed throught the data view.
When using a I2C connected lux sensor, the pin configuration for the sensor is as follows.
The default sensor for the lux meter is the built-in sensor. If the device contains the ambient light sensor, immediatly the data can be observed throught the data view.
When using a I2C connected lux sensor, the pin configurations for the sensor is as follows.

Pin in sensor | Pin in PSLab
--- | ---
Expand Down
2 changes: 1 addition & 1 deletion lib/providers/multimeter_config_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class MultimeterConfigProvider extends ChangeNotifier {
await prefs.setString('multimeter_config', json.encode(_config.toJson()));
logger.d("Saved MultimeterConfig: ${_config.toJson()}");
} catch (e) {
logger.e("Error saving MultimeterConfig to prefs: $e");
logger.e("Error saving MultimeterConfigg to prefs: $e");
}
}

Expand Down
Loading