mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
Fixed packet queue and flow control bug, updated precompiled firmware to v1.09
This commit is contained in:
parent
f8a2cb8a05
commit
7c96c093ce
2
Config.h
2
Config.h
@ -4,7 +4,7 @@
|
|||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
#define MAJ_VERS 0x01
|
#define MAJ_VERS 0x01
|
||||||
#define MIN_VERS 0x08
|
#define MIN_VERS 0x09
|
||||||
|
|
||||||
#define MCU_328P 0x90
|
#define MCU_328P 0x90
|
||||||
#define MCU_1284P 0x91
|
#define MCU_1284P 0x91
|
||||||
|
@ -57,6 +57,6 @@
|
|||||||
bool SERIAL_READING = false;
|
bool SERIAL_READING = false;
|
||||||
uint8_t command = CMD_UNKNOWN;
|
uint8_t command = CMD_UNKNOWN;
|
||||||
uint32_t last_serial_read = 0;
|
uint32_t last_serial_read = 0;
|
||||||
uint32_t serial_read_timeout_ms = 2;
|
uint32_t serial_read_timeout_ms = 60;
|
||||||
|
|
||||||
#endif
|
#endif
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user