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 10, 2024
1 parent 3c9c464 commit d7fcf8c
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 @@ -40,7 +40,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 @@ -42,7 +42,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 d7fcf8c

Please sign in to comment.