diff options
| author | manuel <manuel@mausz.at> | 2021-03-03 20:45:01 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2021-03-03 20:45:01 +0100 |
| commit | 812c9a230aabb45cb7cf6f8a2402c758ade079c3 (patch) | |
| tree | 9ae571ebdd3c0bfe11ef5dd8577622ef8f080cf4 /martin/door/src/main.cpp | |
| parent | 92ea621db67b45225e3ded586dd996e79ce20df0 (diff) | |
| download | arduino-812c9a230aabb45cb7cf6f8a2402c758ade079c3.tar.gz arduino-812c9a230aabb45cb7cf6f8a2402c758ade079c3.tar.bz2 arduino-812c9a230aabb45cb7cf6f8a2402c758ade079c3.zip | |
Change pulsewidth
Diffstat (limited to 'martin/door/src/main.cpp')
| -rw-r--r-- | martin/door/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/martin/door/src/main.cpp b/martin/door/src/main.cpp index 223180e..da569b0 100644 --- a/martin/door/src/main.cpp +++ b/martin/door/src/main.cpp | |||
| @@ -252,7 +252,7 @@ void serial_door_open(Print &stream) | |||
| 252 | #endif | 252 | #endif |
| 253 | 253 | ||
| 254 | /* send twice */ | 254 | /* send twice */ |
| 255 | for (unsigned int i = 0; i < 1; i++) { | 255 | for (unsigned int i = 0; i < 10; i++) { |
| 256 | keycode.send([&](int value) { | 256 | keycode.send([&](int value) { |
| 257 | #ifdef RADIO_CC1101 | 257 | #ifdef RADIO_CC1101 |
| 258 | radio.setGDO0(value); | 258 | radio.setGDO0(value); |
