Jev1337 / NiceOpener

A C/C++ Code to open a "NICE" garage door with Arduino 433 TX Module
Apache License 2.0
7 stars 1 forks source link

Implementation of Button 3 and 4 #1

Open Jev1337 opened 8 months ago

Jev1337 commented 8 months ago

Originally posted by @TimelessNL in https://github.com/Jev1337/NiceFlor-Encoder/issues/1#issuecomment-1913760116

Additional Notes: Button 1: 0x01 Button 2: 0x02 Button 3: 0x04 Button 4: 0x08

Generating different codes using:

send(0x00E48DCA,1,1)
send(0x00E48DCA,2,1)
send(0x00E48DCA,4,1)
send(0x00E48DCA,8,1)
Jev1337 commented 8 months ago

Solution to be tested @ dev branch.