File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
advanced_multivariable/src Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ void setup() {
6262 Serial.println (" \n == Sensor test setup ==\n " );
6363 Serial.println (" -->[SETUP] Detecting sensors.." );
6464
65- sensors.setSampleTime (10 ); // config sensors sample time interval
65+ sensors.setSampleTime (10 ); // config sensors sample time interval
6666 sensors.setOnDataCallBack (&onSensorDataOk); // all data read callback
67- sensors.setDebugMode (true ); // [optional] debug mode
67+ sensors.setDebugMode (true ); // [optional] debug mode
6868 sensors.detectI2COnly (false ); // disable force to only i2c sensors
6969 sensors.init (); // Auto detection to UART and i2c sensors
7070 delay (1000 );
Original file line number Diff line number Diff line change 11/* *
22 * @file main.cpp
3- * @author Antonio Vanegas @hpsaturn
4- * @date June 2018 - 2022
3+ * @authors @roberbike @iw2lsi @hpsaturn
4+ * @date June 2018 - 2023
55 * @brief Radiation sensor example
66 * @license GPL3
77 *
1111 * Full implementation for WiFi and Bluetooth Air Quality fixed and mobile station:
1212 * https://github.com/kike-canaries/canairio_firmware#canairio-firmware
1313 *
14+ * Main pull requests and discussions:
15+ * https://github.com/kike-canaries/canairio_sensorlib/pull/144
16+ * https://github.com/kike-canaries/canairio_firmware/pull/226
17+ *
1418 * CanAirIO project:
1519 * https://canair.io
1620 *
You can’t perform that action at this time.
0 commit comments