mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
исправление ошибки pzem
This commit is contained in:
@@ -5,11 +5,10 @@
|
||||
#include "PZEMSensor.h"
|
||||
#include "modules/sensors/UART/Uart.h"
|
||||
|
||||
PZEMSensor* pzem;
|
||||
|
||||
class Pzem004v : public IoTItem {
|
||||
private:
|
||||
String addr;
|
||||
PZEMSensor* pzem;
|
||||
|
||||
public:
|
||||
Pzem004v(String parameters) : IoTItem(parameters) {
|
||||
|
||||
Reference in New Issue
Block a user