From 1f37260caaf3698d3ac75cd463d18ac84db4342f Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Tue, 29 Nov 2016 16:09:56 -0800 Subject: [PATCH] brillo-samples/driver/bmx280: fix README Replace erroneous segment display comment, with mention that the temperature is logged. Change-Id: Ibee10a98618903b64f8393016b5b64a772ac3941 --- bmx280/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bmx280/README.md b/bmx280/README.md index c2d291f..14790f5 100644 --- a/bmx280/README.md +++ b/bmx280/README.md @@ -34,8 +34,7 @@ If you prefer to run on the command line, type adb shell am start com.example.androidthings.driversamples/.TemperatureActivity ``` -If you have everything set up correctly, the segment display will show "ABCD". - +If you have everything set up correctly, the current temperature will be logged to logcat. License -------