Files
esp-air-monitor/components/pms5003/pms5003.c
Arthur Roberts cf9a549cf2 Added Wifi
Seems to be working.

It's 90% the same code as the examples
2023-10-28 00:58:33 +01:00

5 lines
44 B
C

int test() {
int i = 5;
return i;
}