mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-13 02:07:53 +00:00
Merge ba4526ee89c2b5a946a659eea2c9581c36254809 into 049db615e3dcdc0405b33c0c3126ad3770b45293
This commit is contained in:
commit
3fa99fff48
@ -439,4 +439,4 @@ uint16_t initCABELL(void)
|
|||||||
return packet_period;
|
return packet_period;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
@ -779,4 +779,4 @@ Commands from TX to module use values > 127 for command type
|
|||||||
data[1-22] Failsafe data, encoded like normal channel data, with the expection
|
data[1-22] Failsafe data, encoded like normal channel data, with the expection
|
||||||
that 0 means hold for that channel and 2047 means no pulses
|
that 0 means hold for that channel and 2047 means no pulses
|
||||||
|
|
||||||
*/
|
*/
|
@ -1585,4 +1585,4 @@ static uint32_t random_id(uint16_t address, uint8_t create_new)
|
|||||||
WDTCSR = 0; // Disable Watchdog interrupt
|
WDTCSR = 0; // Disable Watchdog interrupt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
@ -3,12 +3,10 @@
|
|||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
Multiprotocol is distributed in the hope that it will be useful,
|
Multiprotocol is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with Multiprotocol. If not, see <http://www.gnu.org/licenses/>.
|
along with Multiprotocol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
@ -338,4 +336,4 @@
|
|||||||
#define eeprom_read_byte EEPROM.read
|
#define eeprom_read_byte EEPROM.read
|
||||||
#else
|
#else
|
||||||
#define EE_ADDR uint8_t*
|
#define EE_ADDR uint8_t*
|
||||||
#endif
|
#endif
|
@ -155,4 +155,4 @@
|
|||||||
#endif
|
#endif
|
||||||
#if MAX_PPM_CHANNELS>16
|
#if MAX_PPM_CHANNELS>16
|
||||||
#error MAX_PPM_CHANNELS must be below or equal to 16. The default for this value is 16.
|
#error MAX_PPM_CHANNELS must be below or equal to 16. The default for this value is 16.
|
||||||
#endif
|
#endif
|
Loading…
x
Reference in New Issue
Block a user