Skip to content

Bug save arena name

David Tadres requested to merge Bug_saveArenaName into master

Arena name saved in experiment_settings.json

  1. As dynamic virtual arenas are not saved (due to time of write constraints) it's essential to know the name of the arena used, especially because the update rate is encoded in the name. The name of the arena used per experiment is now encoded in the experiment_settings.json.

  2. Removed stale variables: vr_GPIO and preview and preview_resize

Merge request reports