Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: max32630fthr Adafruit_FeatherOLED USBDevice
Diff: Interfaces/DeviceStudio/DSInterface.cpp
- Revision:
- 4:682a4ebb995a
- Parent:
- 1:f60eafbf009a
diff -r 2fe2ff1ca0dc -r 682a4ebb995a Interfaces/DeviceStudio/DSInterface.cpp --- a/Interfaces/DeviceStudio/DSInterface.cpp Mon Jul 29 10:26:58 2019 +0300 +++ b/Interfaces/DeviceStudio/DSInterface.cpp Thu Mar 25 21:59:17 2021 +0000 @@ -125,6 +125,8 @@ silent_mode = false; pause_mode = false; + algo_report_mode = 1; // sets the mode for report 1/2 + lcd_time_count = 0; memset(sensor_list, 0, DS_MAX_NUM_SENSORCOMMS * sizeof(SensorComm*)); num_sensors = 0;