1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 22:43:07 +01:00
Commit Graph

155 Commits

Author SHA1 Message Date
andreas
f0643b636a allow to set XDR mappings from user tasks 2023-10-24 18:20:01 +02:00
andreas
0e10fcfee2 handle buttons and leds completely as user tasks 2023-10-24 15:58:43 +02:00
andreas
91c1e6f85c handle the leds as user task 2023-10-24 15:23:54 +02:00
andreas
6758c59a3a introduce a type safe task adta exchange interface 2023-10-24 14:48:47 +02:00
andreas
b5210a79e8 allow to change the Wifi AP Ip address and mask 2023-10-20 20:40:44 +02:00
andreas
6cdaab4d60 allow a counter for user tasks, reorganize generated config handling 2023-10-14 19:20:21 +02:00
andreas
4fa40b98b3 allow to set a read only mode for config items, output compiler messages for overwritten configs, add m5 gps unit defs 2023-10-05 18:52:30 +02:00
andreas
9572b1e95e allow to set default and hide for cfg values in hardware defs 2023-10-05 16:57:05 +02:00
andreas
c87c38fca4 revert back for chip id in app info 2023-09-09 17:11:32 +02:00
andreas
54693e0b27 add handling to check the chip type in the update UI 2023-09-07 17:30:19 +02:00
andreas
2b42cc53e7 add handling for board type to images and webflasher 2023-09-07 16:53:32 +02:00
andreas
8c7540d956 move serial channel mode to serial channel type (integer) 2023-08-31 22:03:23 +02:00
andreas
cb98324604 make the counter display and the channel names dynamic in the UI 2023-08-31 12:24:21 +02:00
andreas
019fb8ff6a intermediate, untested: second serial channel 2023-08-30 21:10:00 +02:00
andreas
17615adca5 cleanup unused code, make fallback_serial working again 2023-08-30 20:20:28 +02:00
andreas
ac91aeb491 reorganize HW defs again, add generic boards, allow undefined CAN rx/tx 2023-08-30 16:42:08 +02:00
andreas
b7a7dad290 better display for bus off condition 2023-08-26 11:06:11 +02:00
andreas
28431bfdcf add timer class for periodic runs 2023-08-26 10:53:46 +02:00
andreas
0d5215e00f handle bus recovery in driver class 2023-08-25 20:14:26 +02:00
andreas
f5e48fcab3 count timeouts to detect offline state 2023-08-25 19:48:53 +02:00
andreas
9fd25ab6a8 improve status handling for twai, add n2k state to UI 2023-08-25 19:35:38 +02:00
andreas
475652ff6e intermediate: recovery 2023-08-24 21:04:28 +02:00
andreas
41d8578681 add bus off recovery 2023-08-24 20:00:19 +02:00
andreas
80486eff75 get rid of esp32_nmea2000 2023-08-24 18:39:51 +02:00
andreas
7baa5688ef 1st twai version with send/receive 2023-08-24 17:32:13 +02:00
andreas
ef2a79fc8b Merge branch 'master' of github.com:wellenvogel/esp32-nmea2000 2023-01-09 16:45:15 +01:00
andreas
6f9d5b05ce show free heap in UI 2023-01-09 16:44:56 +01:00
wellenvogel
c02be797db correctly handle pass and sizes 2022-11-15 23:33:49 +01:00
wellenvogel
86139fc445 1st step to post request for config 2022-11-15 22:44:48 +01:00
andreas
d6cf87291c intermediate: fork of esp32 nmea2000 2022-03-17 14:16:47 +01:00
andreas
84aed8bc89 introduce a source field in GwApi::BoatValue 2022-03-12 20:31:54 +01:00
andreas
9d25ce8b7e further memory optimization of config update 2022-03-11 15:18:38 +01:00
andreas
4557e6c0bb optimize memory usage for config data, allow 4s timeout for setConfig 2022-03-11 14:50:48 +01:00
andreas
52c598f6a7 #34: do not show apPassword in the config UI if the change is not allowed. Also do not print this on startup. Introduce FORCE_AP_PWCHANGE to allow extensions to force pw change ability 2022-03-10 19:26:19 +01:00
wellenvogel
9f6e41a598 allow to globally switch of the sending of NMEA2000 data 2022-01-14 23:38:51 +01:00
wellenvogel
966ef0c4fb allow to hide config items from the ui and allow to change config values in the init function 2022-01-14 23:16:43 +01:00
wellenvogel
74064fb664 correctly send out seasmart only if NMEA out is not enabled on channel 2022-01-12 18:55:08 +01:00
wellenvogel
7d93ecb063 allow to set the log level 2022-01-09 18:09:34 +01:00
wellenvogel
368f8e50ed move message buffers to heap to avoid stack overflows 2022-01-04 22:58:13 +01:00
wellenvogel
2a56adf3c5 add status to Api 2022-01-03 18:59:17 +01:00
wellenvogel
73eee8461e allow receiving seasmart messages, correctly handle source for actisense and seasmart in converter 2022-01-03 18:05:14 +01:00
wellenvogel
5b843a23be tcp client 1st working 2022-01-02 17:26:46 +01:00
wellenvogel
d21e497864 intermediate, untested: move channel handling out of main 2022-01-02 14:43:37 +01:00
wellenvogel
47fb805ee6 intermediate: introduce an abstract channel 2021-12-31 18:38:11 +01:00
wellenvogel
298b6c1640 intermediate: channel config 1st tests 2021-12-29 20:19:07 +01:00
wellenvogel
01dae66459 introduce channel config abstraction 2021-12-29 19:52:36 +01:00
wellenvogel
34540405d0 replace logString with logDebug 2021-12-18 18:47:57 +01:00
wellenvogel
031e4fa0e0 move version and firmwaretype to appinfo 2021-12-17 13:01:03 +01:00
wellenvogel
de5bc17c77 generate versioned output files for initial and update 2021-12-16 12:52:47 +01:00
wellenvogel
20187fcb1d add changed flag to BoatDataValue in API 2021-12-16 11:45:35 +01:00