arduino / include-robot

GNU General Public License v3.0
8 stars 6 forks source link

feat: make ble name configuranble #34

Closed lucarin91 closed 7 months ago

lucarin91 commented 8 months ago

Add the ability to pass the BLE device name in the binary. The configuration can be appended at the end of the compiled binary with the Python script add-config.py.

To use the new feature, there is a set of utilities in the ./scripts folder.

You can do the following:

  1. run the compilation with ./scripts/compile.sh
  2. add the config name with the python script add-config.py, i.e., ./scripts/add-config.py <your-name>
  3. upload the new binary with the ./scripts/upload.sh