stanleyhuangyc / Freematics

Official source code repository for Freematics
https://freematics.com
430 stars 349 forks source link

Unable to compile datalogger/telelogger: undefined reference to handlerControl #190

Open molisani opened 11 months ago

molisani commented 11 months ago

https://github.com/stanleyhuangyc/Freematics/blob/bf282f44e880158145040fd7c9e07952658a7105/firmware_v5/telelogger/dataserver.cpp#L54

This function definition has no implementation, unlike with the gps_logger or garden_controller. I feel like I'm missing something, where is the implementation for handlerControl for datalogger and telelogger? Commenting out references allows it to compile, but that isn't wanted.