1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

[gcja5] Remove unused setup() method (#8935)

This commit is contained in:
Keith Burzinski
2025-05-28 21:01:00 -05:00
committed by GitHub
parent d64b49cc13
commit 729e49cdc3
2 changed files with 0 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ namespace gcja5 {
class GCJA5Component : public Component, public uart::UARTDevice {
public:
void setup() override;
void dump_config() override;
void loop() override;
float get_setup_priority() const override { return setup_priority::DATA; }