Hi I needed to update my Legato AF to the latest to get my project working. While the project is working with another cloud platform, I wanted to validate some of the data at the Airvantage Platform. The last that I tested RedSensorToCloud was with Legato AF 17.07.02 which built and loaded on the board without any issues and I was getting data at the AV. with 17.10.0
The terminal output below:
mangoh@mangoh-virtualbox:~/mangOH/apps/RedSensorToCloud$ ls
avPublisherComponent _build_RedSensorToCloud _build_redSensorToCloud LICENSE.txt README.md redSensorToCloud.adef sensorsComponent
mangoh@mangoh-virtualbox:~/mangOH/apps/RedSensorToCloud$ mkapp -t wp85 redSensorToCloud.adef
** ERROR:
/home/mangoh/mangOH/apps/RedSensorToCloud/sensorsComponent/Component.cdef:11:8: error: Couldn’t find file 'le_adc.api.'
mangoh@mangoh-virtualbox:~/mangOH/apps/RedSensorToCloud$
am I missing or domeing something wrong? I tried the same on the 17.07.02 backup directory and its the same. I am using the latest mangOH release from github. I don’t want to go back to 17.07.02 as my application dataconnectionservice le_data api doesn’t run with it.