Skip to content

Commit

Permalink
default sampling rate set to 100ms
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesgiguere committed Dec 28, 2023
1 parent 9d76b1c commit 0af85cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ void setup()
// Your own setup code start here

// Must be at the end of your setup
// gpio_viewer.setSamplingInterval(25); // You can set the sampling interval in ms, if not set default is 50ms
// gpio_viewer.setSamplingInterval(25); // You can set the sampling interval in ms, if not set default is 100ms
gpio_viewer.begin();
}
```
>ℹ️ The default HTTP port is **8080** and default sampling interval is **50ms**.
>ℹ️ The default HTTP port is **8080** and default sampling interval is **100ms**.

### Library Size
Expand Down
2 changes: 1 addition & 1 deletion examples/gpioviewer/gpioviewer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void setup()
// Your own setup code start here

// Must be at the end of your setup
// gpio_viewer.setSamplingInterval(25); // You can set the sampling interval in ms, if not set default is 50ms
// gpio_viewer.setSamplingInterval(25); // You can set the sampling interval in ms, if not set default is 100ms
gpio_viewer.begin();
}

Expand Down

0 comments on commit 0af85cf

Please sign in to comment.