diff --git a/firmware/sketch_aug4a/sketch_aug4a.ino b/firmware/sketch_aug4a/sketch_aug4a.ino index cdeea6c..a9b5113 100644 --- a/firmware/sketch_aug4a/sketch_aug4a.ino +++ b/firmware/sketch_aug4a/sketch_aug4a.ino @@ -5,6 +5,16 @@ void setup() { void loop() { // put your main code here, to run repeatedly: - Serial.println("RESULT SN 18291 1937.23 2828.11 28211.20 121829.12"); + Serial.println("#Start Buffer"); + delay(2000); + Serial.println("#Buffer Completed"); + delay(2000); + Serial.println("#Start Buffer"); + delay(2000); + Serial.println("#Sample Completed"); delay(3000); + Serial.println("RESULT SN 18291 1937.23 2828.11 28211.20 121829.12"); + delay(15000); + + // Serial.println("#ERROR"); } diff --git a/src/components/Calibrations.css b/src/components/Calibrations.css index e69de29..0e30571 100644 --- a/src/components/Calibrations.css +++ b/src/components/Calibrations.css @@ -0,0 +1,9 @@ +.page-title { + /* width: 100vw; */ + padding: 10px; + text-align: center; + background: rgb(207, 235, 250); + color: black; + font-size: 30px; + font-family: sans-serif; +} \ No newline at end of file diff --git a/src/components/Calibrations.js b/src/components/Calibrations.js index 12cbc9b..1d4300c 100644 --- a/src/components/Calibrations.js +++ b/src/components/Calibrations.js @@ -44,8 +44,8 @@ const Calibrations = () => { }, [device, curDeviceData]); return ( -
| result | {curTestData?.result} |
| device data | +{curTestData?.calculatedRatio} | +
| device data | +{curTestData?.deviceRatio} | +