Commit graph

21 commits

Author SHA1 Message Date
mvgalen
c713d0a94e
Change Serial logging to flexible logging (#690)
* Add Logging class
Add Logging class which inherits from Print class, to be able to route logging to USB Serial or to memory for display in the webpage. Adds a log webpage only visible when DEBUG_VIA_WEB is defined.
2024-12-22 22:48:35 +01:00
Daniel Öster
0750c6ab5b
Feature: Volkswagen MEB platform support (#405)
* Add MEB Support

Co-authored-by: mvgalen <marijnvangalen@gmail.com>
2024-12-02 18:39:57 +02:00
Daniel Öster
4232da8aec
Feature: Add initial version of CAN logger (#639)
* Add initial version of CAN logger
2024-11-27 20:00:16 +02:00
Daniel Öster
a2efc21642 Add feature to clear events 2024-09-26 22:01:21 +03:00
Daniel Öster
1a4d5a73f3 restore minification 2024-09-26 19:42:57 +03:00
amarofarinha
eb901da385 bugfix - ordering is oposite in events page and mqtt publish 2024-09-20 09:33:38 +01:00
amarofarinha
086c3dfa29 Optimize Event Ordering by Storing Milliseconds and Handling Rollovers 2024-09-20 02:03:49 +01:00
amarofarinha
2c26085160 display events in reverse chronological order 2024-09-16 12:07:33 +01:00
Daniel
e1eff7c09c Fix white blank webpage bug 2024-05-25 23:40:54 +03:00
Cabooman
7d11a7d4ed Getting comfy with uptime, new event timestamp done and tested 2024-04-26 23:07:33 +02:00
Daniel
051d5e2e21 further minification 2024-04-03 00:19:16 +03:00
Daniel
3d1720f962 minify events.html furter 2024-04-02 23:15:07 +03:00
Daniel
6b94fe0eba Optimize webserver speed 2024-03-27 22:46:21 +02:00
Daniel
0c984d906e Wrap usb events in ifdef to reduce cpu usage 2024-03-27 21:18:12 +02:00
Cabooman
c381b40d8a Merge branch 'main' into feature/event-log 2024-02-11 23:53:56 +01:00
Daniel
5204da74a0 Fix bug that caused clock to run 2024-02-11 23:51:23 +02:00
Cabooman
6cb7e55dad Lots of modifications... Hopefully the end 2024-02-11 22:22:36 +01:00
Daniel
5502851253 Fix formatting for events table 2024-02-11 22:27:18 +02:00
Cabooman
e2faaecfd4 Merging merged mergers 2024-02-11 14:39:53 +01:00
Daniel
1327eb6781 Improve events view 2024-02-11 12:00:34 +02:00
Daniel
0b0f66c94a Split webserver into separate files 2024-02-10 23:34:25 +02:00