FX3U code ready

This commit is contained in:
2024-09-27 15:46:12 +03:00
parent b9942f2e9f
commit 1b73ebad2c
8 changed files with 346 additions and 55 deletions

View File

@@ -220,9 +220,9 @@ static const commonfunction funclist[CMD_AMOUNT] = {
[CMD_CANIDout] = {canidout, 1, 0x7ff, 0},
[CMD_SAVECONF] = {saveconf, 0, 0, 0},
[CMD_ERASESTOR] = {erasestor, 0, 0, 0},
[CMD_RELAY] = {relay, 0, INT32_MAX, 0},
[CMD_GETESW] = {eswg, 0, INT32_MAX, 0},
[CMD_GETESWNOW] = {esw, 0, INT32_MAX, 0},
[CMD_RELAY] = {relay, 0, 0, 0},
[CMD_GETESW] = {eswg, 0, 0, 0},
[CMD_GETESWNOW] = {esw, 0, 0, 0},
[CMD_BOUNCE] = {u32setget, 0, 1000, 0},
[CMD_USARTSPEED] = {u32setget, 1200, 3000000, 0},
[CMD_LED] = {led, 0, 0, 0},