Mike
Mike
I tested the application and using a terminal it's clear that the outgoing messages are not being sent. I noticed that `Serial` was being intialised twice (once in `OtaCore::init` and...
The compiler isn't added to the system PATH by the installer as it depends which variant you're building on (esp32, esp32c3, esp32s3, etc.) This is handled in `$SMING_HOME/Sming//Arch/Esp32/build.mk`. To help...
Yes, this issue was fixed in #2543 - you can find an explanation of the cause there.
Closing as fixed by #2543
Assuming resolved
Python3 use appears stable, closing this issue as resolved.
@IanAber Sorry for the lack of response. The error is from GDB (debugger) which means code is built with `ENABLE_GDB=1`. Just run `make ENABLE_GDB=0` to revert to normal. See also...
Closing as issue resolved.
Some of those should be using `std::unique_ptr` as well :-)
I'm reopening this issue as it is not yet fully resolved. clang-tidy is undoubtedly useful, especially if it can be integrated into the build system in some way. Whether automated...