Skip to content

Commit

Permalink
rolback fix crash 17c594f
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Feb 1, 2025
1 parent ee44e47 commit 3758f73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ddt4all_data/projects.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions elm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@
import options

_ = options.translator('ddt4all')
snat = {}
# //TODO missing entries this need look side ecu addressing missing entries or ignore {}
dnat_entries = {"E7": "7E4", "E8": "644"}
snat_entries = {"E7": "7EC", "E8": "5C4"}

snat = dnat_entries
snat_ext = {}
dnat = {}
dnat = snat_entries
dnat_ext = {}

# Code snippet from https://github.com/rbei-etas/busmaster
Expand Down

0 comments on commit 3758f73

Please # to comment.