Skip to content

Commit

Permalink
Added instruction on how to escape special characters.
Browse files Browse the repository at this point in the history
If this is not used, the parser might fail in some special conditions.
  • Loading branch information
AdrianSimionov committed Aug 13, 2015
1 parent 3f7895e commit 69d6085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ Known issues
Quoting the hex strings will result in a crash. Known workaround is to not quote HEX definitions.

There are compilation problems on old gcc variants, you should get an error similar to: docsis.c: multiple definition of `main'. Known workaround is to upgrade to a newer version of gcc.

If you want to encode as string something similar to ""value"" you need to escape the extra characters. Config file value should look like "\"value\"".

0 comments on commit 69d6085

Please sign in to comment.