Skip to content

Adapt nanobpm to use consistent communication configuration

Hi @matias.guijarro ,

I implement the #73 (closed) for the nanobpm controller:

  • add support for new communication configuration
  • add deprecation warning if using original configuration

Notes:

  • This is just a pull request to accept to branch consistent_comm, not to master
  • I added deprecation warnings. You need to start python with python -Wd if you want to see the deprecation messages in your console. This will help migrating

Merge request reports