Hey all !
-
My goal is: I am trying to periodically check my MQTT connection and restart my device if the connection has been lost and not recovered. We have successfully done this but are attempting to upgrade our mos version from 2.15.0 to 2.20.0.
-
My actions are: Build the firmware with the following command and mos versions
mos build --local --platform esp8266 --verbose --clean
libs_version: 2.20.0
modules_version: 2.20.0
mongoose_os_version: 2.20.0
- The result I see is: The following error is thrown
/opt/Espressif/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/9.2.0/../../../../xtensa-lx106-elf/bin/ld: /.../build/objs/mgos_watchdog.c.o: in function `mgos_watchdog_init_net_timer':
/.../libs/connection_watchdog/src/mgos_watchdog.c:162: undefined reference to `ping_start'
Specific information is given by the following issue
- Any ideas on how we would go about fixing this would be amazing