Skip to content

Commit

Permalink
adjust location of product
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhibo committed Oct 31, 2018
1 parent aa38c81 commit b9a8100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/qlinkapp/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

const emh_qlink_config_t config = {
.product_info = {
.product_id = "30531",
.product_token = "PXmsE6kQmxEgc0e3",
.andlink_token = "ZxMo0zJvvZMWP3Az",
.product_id = "30531",
.format = EMH_ARG_QLINK_FORMAT_JSON,
},
.version_info = {
Expand All @@ -13,9 +13,9 @@ const emh_qlink_config_t config = {
}
};
// .product_info = {
// .product_id = "30413",
// .product_token = "38Szyd6i1240elbV",
// .andlink_token = "wWppJIdROfQkcsMW",
// .product_id = "30413",
// .format = EMH_ARG_QLINK_FORMAT_JSON,
// },

Expand Down

0 comments on commit b9a8100

Please sign in to comment.