Skip to content

Commit 94d36e3

Browse files
obonescpainchaud
authored andcommitted
fix: in this branch, RawSignal.Pulses is a pointer to make further work easier and so must be initialized before use.
1 parent e54094a commit 94d36e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RFLink/Plugins/Plugin_076.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ boolean PluginTX_076(byte function, const char *string)
192192
signal.Delay = 15;
193193
signal.Multiply = RFLink::Signal::params::sample_rate;
194194

195+
signal.Pulses = RawSignal.RawPulses;
195196
signal.Pulses[1] = PLUGIN_076_PREAMBLE / signal.Multiply;
196197

197198
for(int i=0; i<12; i++){

0 commit comments

Comments
 (0)