Hi there,
I'm newbie here and I'm trying to make a project, in which I have some files with bash scripts (username and password variables), and I have an arduino code in which I want to use those external variables (username and password) like:
const char *username = ${USERNAME-EXTERNAL-VARIABLE};
const char *password= ${PASSWORD-EXTERNAL-VARIABLE};
Could anyone help me? Thank you so much!