mirror of https://github.com/arendst/Tasmota.git
Change include of my_user_config.h
@arendst For some reason xtensa-lx106-elf-gcc v2.5.0-3-20ed2b9 does not find the file unless it is explicitly indicated to first look for it in the same folder the file is which is including it. I'm not sure if you did this intentionally or not - if so then leave as is and I'll do a sed command to update it prior to compiles.
This commit is contained in:
parent
53ecde7637
commit
eb0799a607
|
@ -17,7 +17,7 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <my_user_config.h>
|
||||
#include "my_user_config.h"
|
||||
#ifdef USE_MQTT_AWS_IOT
|
||||
|
||||
#include <bearssl/bearssl.h>
|
||||
|
@ -149,4 +149,4 @@ const br_x509_certificate *AWS_IoT_Client_Certificate = &CHAIN[0];
|
|||
|
||||
}
|
||||
|
||||
#endif // USE_MQTT_AWS_IOT
|
||||
#endif // USE_MQTT_AWS_IOT
|
||||
|
|
Loading…
Reference in New Issue