Skip to content

Commit a8781ba

Browse files
Fix unused field warning in Espurna controller
1 parent 8c1a9cd commit a8781ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Controllers/EspurnaController/EspurnaController.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ class EspurnaController
3939
void SetLEDs(std::vector<RGBColor> colors);
4040

4141
private:
42-
int baud_rate;
43-
44-
char led_string[1024];
4542
std::string port_name;
4643
std::string client_name;
4744
char espurna_apikey[128];

0 commit comments

Comments
 (0)