-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding regs #7
Comments
Here is what's in ESP12E_modified.zip /* Modbus //Modbus Registers Offsets (0-9999) //ModbusIP object void setup() {
while (WiFi.status() != WL_CONNECTED) { Serial.print(WiFi.localIP()); ts = millis();
} void loop() { //Attach Pins to registers Serial.println(tempPin); } |
You add coils (mb.addCoil) and then use mb.Ists. You should use mb.Coil. Or you can use addIsts in setup: |
can you help,look at my project file and me what's wrong, please
ESP12E_modified.zip
The text was updated successfully, but these errors were encountered: