Skip to content

Commit

Permalink
Update documentation regarding the speed unit of measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w4y committed Sep 4, 2016
1 parent 982570e commit 3259fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ Document the configuration options of PokemonGo-Bot.
| `max_steps` | 5 | The steps around your initial location (DEFAULT 5 mean 25 cells around your location) that will be explored
| `forts.avoid_circles` | False | Set whether the bot should avoid circles |
| `forts.max_circle_size` | 10 | How many forts to keep in ignore list |
| `walk_max` | 4.16 | Set the maximum walking speed (1 is about 1.5km/hr)
| `walk_min` | 2.16 | Set the minimum walking speed (1 is about 1.5km/hr)
| `walk_max` | 4.16 | Set the maximum walking speed in m/s (1 is about 3.6km/hr) 4.16m/s = 15km/h
| `walk_min` | 2.16 | Set the minimum walking speed in m/s (1 is about 3.6km/hr) 2.16m/s = 7.8km/h
| `action_wait_min` | 1 | Set the minimum time setting for anti-ban time randomizer
| `action_wait_max` | 4 | Set the maximum time setting for anti-ban time randomizer
| `debug` | false | Let the default value here except if you are developer |
Expand Down

0 comments on commit 3259fb6

Please sign in to comment.