mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
no need to pass in scl & sda into screen constructor
This commit is contained in:
@@ -89,7 +89,7 @@ class DebugInfo
|
||||
class Screen : public PeriodicTask
|
||||
{
|
||||
public:
|
||||
Screen(uint8_t address, uint8_t sda, uint8_t scl);
|
||||
Screen(uint8_t address, uint8_t sda = 0, uint8_t scl = 0);
|
||||
|
||||
Screen(const Screen &) = delete;
|
||||
Screen &operator=(const Screen &) = delete;
|
||||
|
||||
Reference in New Issue
Block a user