-
Attempting to use PlatformIO with the latest version of this library and a Teensy2 (ATMega32U4) via
```ini
[env:teensy2]
platform = teensy
board = teensy2
framework = arduino
build_unflags = -…
-
Compile of ahoy fails when compiling with a fresh installed PlatformIO environment.
```
Resolving esp8266-minimal dependencies...
Library Manager: Installing git+https://github.com/nRF24/RF24.git#v…
-
I encountered issues while compiling a project using the M5GFX library with an ESP32-C6. The error suggest compatibility problems with the ESP32-C6 platform. Below are the details:
**Steps to Repro…
-
I can't use ESPhome HomeAssistant add-in, while my RPi 3b, does not have enough memory.
I want to setup a Bluetooth-proxy. I can with the ready made package through https://esphome.io/projects/?type=…
-
Hello I work with PlatformIO
and the ESP-Wover-Kit 4.1
My PlatformIO.ini is like this
`
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload option…
-
### Description
While using PlatformIO 6.1.16 for project development, I encountered an issue with relative path resolution. Specifically, when using the `-Wl,-static` flag and relative paths to li…
-
### Environment
- OS and Version: Win 10 x64
- VS Code Version: 1.70.2
- C/C++ Extension Version: 1.12.1 (pre-release)
- Other extensions you installed (and if the issue persists after disabling…
-
### Reason
Hello, I'm using PlatformIO as my IDE. But I didn't find a guide to use this library in PlatformIO. So I wish to add a guide on getting this library working with PlatformIO.
### How to us…
-
**Describe the bug**
Building with enabled BT and RTL_433 fails. The errors start with
```
...OpenMQTTGateway/main/ZgatewayBT.ino:57:1: error: 'TheengsDecoder' does not name a type; did you mean '…
-
PlatformIO is much better than the Arduino IDE.
1st argument for me is the compile + upload time.
If you change one line code would take Arduino IDE: 1:50 min; PlatformIO: 0:25
Ho…