forked from Makuna/NeoPixelBus
Fix initialization of RMT config (#508)
This commit is contained in:
@@ -537,7 +537,7 @@ public:
|
||||
|
||||
void Initialize()
|
||||
{
|
||||
rmt_config_t config;
|
||||
rmt_config_t config = {};
|
||||
|
||||
config.rmt_mode = RMT_MODE_TX;
|
||||
config.channel = _channel.RmtChannelNumber;
|
||||
|
Reference in New Issue
Block a user