File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ void Wippersnapper_AnalogIO::setADCResolution(int resolution) {
90
90
scaleAnalogRead = false ; // handled in bsp (analogReadResolution)
91
91
analogReadResolution (resolution); // 16 bit values (shifted from 12 or 13bit)
92
92
#if defined(ESP32S3)
93
- _nativeResolution = 13 ; // S3 ADC is 13-bit, others are 12-bit
93
+ _nativeResolution = 13 ; // S3 ADC is 13-bit, others are 12-bit
94
94
#else
95
95
_nativeResolution = 12 ;
96
96
#endif
Original file line number Diff line number Diff line change @@ -1234,7 +1234,7 @@ class WipperSnapper_I2C_Driver {
1234
1234
@brief Enables the device's proximity sensor, if it exists.
1235
1235
*/
1236
1236
/* ******************************************************************************/
1237
- virtual void enableSensorProximity (){};
1237
+ virtual void enableSensorProximity () {};
1238
1238
1239
1239
/* ******************************************************************************/
1240
1240
/* !
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ class ws_uart_drv {
160
160
@brief Reads the UART device's data then packs and sends it to IO.
161
161
*/
162
162
/* ******************************************************************************/
163
- virtual void send_data (){};
163
+ virtual void send_data () {};
164
164
165
165
const char *uartTopic = nullptr ; // /< UART device's MQTT topic
166
166
Adafruit_MQTT *mqttClient = nullptr ; // /< Pointer to MQTT client object
You can’t perform that action at this time.
0 commit comments