When i was pushing this file i’ve encountered this problem:
/Users/romanveselov/Downloads/arduino-master/examples/DIY_PRO_V4_2/DIY_PRO_V4_2.ino:106:20: error: expected initializer before ‘/’ token
106 | const int pmInterva/Users/romanveselov/Downloads/arduino-master/AirGradient.hl = 5000;
| ^
/Users/romanveselov/Downloads/arduino-master/examples/DIY_PRO_V4_2/DIY_PRO_V4_2.ino: In function ‘void updatePm()’:
/Users/romanveselov/Downloads/arduino-master/examples/DIY_PRO_V4_2/DIY_PRO_V4_2.ino:304:39: error: ‘pmInterval’ was not declared in this scope; did you mean ‘co2Interval’?
304 | if (currentMillis - previousPm >= pmInterval) {
| ^~~~~~~~~~
| co2Interval
exit status 1
Compilation error: expected initializer before ‘/’ token