danielnilsson9 / bbs-fw

Open source firmware for multiple electric bike motor controllers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unused Parameter in Config: UseDisplay

EigenMania opened this issue · comments

uint8_t use_display;

This parameter is unused in the firmware currently. Does it remain a point of development? Or can it be removed from the config.

FYI: At least for the BBS02 and BBSHD, running without the display requires shorting P+ and PL lines on the display connector (or plugging in a programming cable): https://www.poweredride.com/info

Yes, that one should probably be removed, I don't remember the reason behind why it was added really. As you say, you have to power on the controller to do that so can't be done by software anyway.