X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=README.md;h=91089e67530db16326e5d21c1181226177f7b6ae;hb=c80f9c88992a1df04203d3022016d67bd83b8b9f;hp=9c4654ddac17de1d7e6fea1682beb971f9accc08;hpb=924626bcacf350db1e794ecf92753bceccf64c8e;p=erlang-x-plane-data.git diff --git a/README.md b/README.md index 9c4654d..91089e6 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ interpreting the values have been made: #### Named Here we identify what each of the numbered groups mean in a given X-Plane -version. Right now only X-Plane 10 is supported and I only identified 3 groups -so far: +version. Right now only X-Plane 10 (packet index 64) is supported and I only +identified 3 groups so far: | packet index | group index | group name | |--------------|-------------|----------------------| @@ -75,9 +75,9 @@ a filter), so you'll have to access their raw version, if needed. ##### Access ```erlang --include_lib("x_plane_data_group_lat_lon_alt.hrl"). --include_lib("x_plane_data_group_pitch_roll_heading.hrl"). --include_lib("x_plane_data_group_speeds.hrl"). +-include_lib("x_plane_data/include/x_plane_data_group_lat_lon_alt.hrl"). +-include_lib("x_plane_data/include/x_plane_data_group_pitch_roll_heading.hrl"). +-include_lib("x_plane_data/include/x_plane_data_group_speeds.hrl"). ...