Upload from byte array image as an new alternative #19
Ricardo-Manzanares
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
I have read your post and will add this support to the next update. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The library update is available with many features added and bugs fixed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have adapted the FCS class to support a byte array as a parameter instead of an address in flash or sd memory.
But I have a problem, when before sending and after adding the headers in the function: fcs_sendRequest, I can't find the configuration to do the last action of write (byte array image).
I understand that I can replace the part of the code that is inside the condition: if (Signer.getCfg () -> _ int.fb_file && req-> requestType == fb_esp_fcs_request_type_upload) so that it would be something similar to the following:
Code modified in function fcs_sendRequest:
What function of the object: fbdo or Signer do I have to use to directly send the image byte array instead of taking it from Signer.getCfg () -> _ int.fb_file.read?
I would like you to help me to share the feature with you.
a greeting
Beta Was this translation helpful? Give feedback.
All reactions