Skip to content

Commit

Permalink
Relax default pedal timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptx2 committed Aug 8, 2020
1 parent 11a0b04 commit 6b74a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const defaults = {
// server options
serverAdapter: 'hci0', // adapter for receiving connections from apps
serverName: 'Gymnasticon', // how the Gymnasticon will appear to apps
serverPingInterval: 1, // send a 0-power 0-cadence update for cadence below 60 rpm
serverPingInterval: 6, // send a 0-power 0-cadence update for cadence below 60 rpm
};

/**
Expand Down

0 comments on commit 6b74a65

Please sign in to comment.