-
After I upgrade platformio to latest version got these errors while building in figure below, before that I have built successfully.
Please give me any help and I appreciate that.
Regards,
Dat
…
-
platform.ini file as below
```ini
[common]
# ------------------------------------------------------------------------------
# PLATFORM:
# !! DO NOT confuse platformio's ESP8266 development pl…
-
Just tried out TeensyStep4 with PIO.
I'm a total beginner in C++ (sorry to bother you); I have no clue what is wrong here. Any idea? I know you're working on other projects ;)
main.cpp
```cpp
#i…
-
I get an "undefined reference to" error when attempting to compile the source code below.
```undefined reference to `rosidl_typesupport_c__get_service_type_support_handle__example_interfaces__srv__…
-
Using the BasicSend.ino example works on the 4.1 with Serial1-Serial7, but not on Serial8. It will not fail to compile or during runtime, but there is no output. I tried to dig through and did notice …
-
## Issue template
- Hardware description: Teensy 4.1
- Installation type: Ubuntu 22.04.1, ROS2 (humble)
- Version or commit hash: ROS-humble
- Platformio Core 6.1.4·Home 3.4.3 withing VS-Code 1.…
-
Hi,
when I install librery in platformio appear this error:
Library Manager: Installing git+https://github.com/khoih-prog/ESPAsyncTCP
git version 2.34.0.windows.1
Cloning into 'C:\Users\msanc\…
-
What kind of issue is this?
- [ ] **Question**.
This issue tracker is not the place for questions. If you want to ask how to do something,
or to understand why something isn't working…
-
**Describe the bug**
Project fails to build using `Sysbuild` with an out of tree board.
This issue was first posted #53780 and fixed with #56801. The issue appeared again at aff9683387ff3fc6a88cb1…
-
- Hardware description: trying to target teensy 4.1 and building on Ubuntu 22.04 (native install)
Config file :
```
[env:teensy41]
platform = teensy
board = teensy41
framework = arduino
boa…