gps and mqtt pub/sub works!

This commit is contained in:
Vladan Popovic 2023-02-18 15:42:11 +01:00
parent 10c1018e07
commit 09402bbf83
6 changed files with 168 additions and 171 deletions

View file

@ -1,5 +1,5 @@
# Rust often needs a bit of an extra main task stack size compared to C (the default is 3K)
CONFIG_ESP_MAIN_TASK_STACK_SIZE=64000
CONFIG_ESP_MAIN_TASK_STACK_SIZE=128000
# Use this to set FreeRTOS kernel tick frequency to 1000 Hz (100 Hz by default).
# This allows to use 1 ms granuality for thread sleeps (10 ms by default).