mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Add distance sensor, rewrite OLED to use new i2c library
This commit is contained in:
@@ -19,6 +19,7 @@ void OledActuator::actuate(uint8_t *cmd) {
|
||||
const auto new_str = text_control_message->message()->str();
|
||||
|
||||
if (m_display_str != new_str) {
|
||||
|
||||
m_display_str = new_str;
|
||||
|
||||
m_oled->clear_display();
|
||||
|
||||
Reference in New Issue
Block a user