Other Parts Discussed in Thread: UNIFLASH,
Hello,
I am trying to upgrade old SDK to latest SDK 1.5 but facing problem in ( void SimpleLinkHttpServerCallback(SlHttpServerEvent_t *pSlHttpServerEvent, SlHttpServerResponse_t *pSlHttpServerResponse) ) callback.
pSlHttpServerEvent data getting modified from 10 character to 12 character. I have tested html file in browser it working fine and gets token correctly.
Same html code works fine with older SDK and data coming in gets event are perfect. So what could be the possible reason for data getting modified when callback invoked? Is there any dependency file for SimpleLinkHttpServerCallback where i can look?
Any help will be appreciated.