punkle / ArduinoCronLibrary

Arduino Cron Library
35 stars 11 forks source link

data from xbee #3

Open ITGrapes-Hedi opened 5 years ago

ITGrapes-Hedi commented 5 years ago

hey guys , is there any problem with executing data received by an xbee module ? even after converting them to string !! ?? the TimedCommand void use ( string , command, string ) as input ...

punkle commented 5 years ago

Hi @ITGrapes-Hedi what issue are you having specifically?

ITGrapes-Hedi commented 5 years ago

Hi @punkle , thanks for repling , actually I'm trying to execute a cron table received via xbee module then saved on EPROM , when calling the TimedCommand with string received as input , i've got the error not the same type string and string !!