fredilarsen / TeslaChargeDoorOpener

Open the Tesla charge door with an Arduino and an ASK STX882 transmitter
Apache License 2.0
130 stars 19 forks source link

Constant broadcast of the signal #5

Closed m6olz closed 1 year ago

m6olz commented 1 year ago

Dear Fred Larsen,what needs to be modified in the arduino sketch to emit the signal constantly?I'm sorry, but I'm not sure what to change, because I want radio signal to be always on . Thank you!

fredilarsen commented 1 year ago

Well, you can just move the sendSignals() function call from setup() to loop(), I guess.