Add comment to all example scripts showing how to change APIROOT

This commit is contained in:
John
2024-08-18 16:46:56 +12:00
parent 7b9dac756b
commit 6746d25dc2
3 changed files with 9 additions and 0 deletions

View File

@ -126,6 +126,9 @@ void setup() {
openMetrics.setAirGradient(&ag);
localServer.setAirGraident(&ag);
/** Example set custom API root URL */
// apiClient.setApiRoot("https://example.custom.api");
/** Init sensor */
boardInit();