zephyr/samples/net
Alexey Markevich bf9aaa4b34 samples: net: google_iot_mqtt: fix subscription qos initialization
Callback used mqtt_publish_qos1_ack but mqtt_subscribe called with
default 0 value (MQTT_QOS_0_AT_MOST_ONCE)

Signed-off-by: Alexey Markevich <buhhunyx@gmail.com>
2020-06-17 13:03:51 +03:00
..
cloud samples: net: google_iot_mqtt: fix subscription qos initialization 2020-06-17 13:03:51 +03:00
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4_client zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dns_resolve zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_native_posix samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
gptp samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 2020-06-08 08:23:57 -05:00
gsm_modem zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipv4_autoconf zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lldp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lwm2m_client zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mdns_responder samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
mqtt_publisher samples: net: mqtt: Add userspace support to mqtt_publisher 2020-06-17 08:56:27 +03:00
openthread/ncp net: openthread: Add config for NRF52840 DK OpenThread NCP 2020-06-17 08:57:55 +03:00
promiscuous_mode zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets samples: net: sockets: tcp: Enable CONFIG_THREAD_NAME 2020-06-15 16:38:38 +03:00
stats samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
syslog_net cmake, samples, tests: Use semi-accurate project names 2020-06-09 08:18:29 -04:00
telnet zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
updatehub cmake, samples, tests: Use semi-accurate project names 2020-06-09 08:18:29 -04:00
vlan samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
wifi samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
wpan_serial zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wpanusb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
zperf samples: zperf: fix an unaligned access in the UDP uploader 2020-06-15 10:30:35 +03:00
net.rst