Skip to content

Commit

Permalink
sample: mgmt: hawkbit: apply changes to sample
Browse files Browse the repository at this point in the history
Apply changes of the hawkbit subsystem to the sample.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
  • Loading branch information
maass-hamburg committed Apr 22, 2024
1 parent e32a105 commit 9803ac3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion samples/subsys/mgmt/hawkbit/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ CONFIG_DNS_SERVER2="192.168.1.1"
CONFIG_SHELL=y
CONFIG_HAWKBIT_SHELL=y
CONFIG_KERNEL_SHELL=y
CONFIG_SHELL_STACK_SIZE=4096

#hawkBit polling mode
CONFIG_HAWKBIT_POLLING=y
Expand Down
2 changes: 1 addition & 1 deletion samples/subsys/mgmt/hawkbit/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int main(void)

#if defined(CONFIG_HAWKBIT_POLLING)
LOG_INF("Starting hawkBit polling mode");
hawkbit_autohandler();
hawkbit_autohandler(true);
#endif

#if defined(CONFIG_HAWKBIT_MANUAL)
Expand Down

0 comments on commit 9803ac3

Please sign in to comment.