mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
automatic formatting
This commit is contained in:
@@ -250,6 +250,8 @@ void System::measure_analog() {
|
||||
uint16_t a = analogRead(A0);
|
||||
#elif defined(ESP32)
|
||||
uint16_t a = analogRead(36);
|
||||
#else
|
||||
uint16_t a = 0; // standalone
|
||||
#endif
|
||||
static uint32_t sum_ = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user