Skip to content

Commit

Permalink
added default config_path value
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan du Rand committed Jun 22, 2023
1 parent 97dd39c commit d49c6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensesp/signalk/signalk_listener.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class SKListener : virtual public Observable, public Configurable {
* to change the configuration of this object. See the Configurable class for
* more information.
*/
SKListener(String sk_path, int listen_delay, String config_path);
SKListener(String sk_path, int listen_delay, String config_path="");

/**
* Returns the current Signal K path. An empty string
Expand Down

0 comments on commit d49c6da

Please sign in to comment.