-
Steps to reproduce this issue on Perlmutter
```
git clone https://github.com/E3SM-Project/scream.git
cd scream
git submodule update --init --recursive
cd externals/scorpio
git fetch origin
gi…
-
```
Compiling .pio/build/box42/lib962/ESPAsyncWebServer-esphome/AsyncEventSource.cpp.o
.pio/libdeps/box42/AsyncTCP-esphome/src/AsyncTCP.cpp:753:2: error: #else without #if
#else
^~~~
.pio/libd…
-
On a fresh install of PlatformIO on WSL2 Debian, running `run build` I get the following error
` .pio/libdeps/nanofoc_d/Simple FOC/src/current_sense/hardware_specific/esp32/esp32_mcpwm_mcu.cpp:9:2:…
-
Per https://community.platformio.org/t/please-update-jlink-to-v770a/29184.
V7.70a is released at the 11.08.2022 (https://www.segger.com/downloads/jlink/), PIO still is at v7.50 (https://registry.p…
-
I have it mostly building but I'm missing something. Anyone interested in helping me to get it working?
First problem is
```
main\websocket.c:286:57: error: 'header.maskKey' may be used uniniti…
-
As reported [here](https://forum.access-hive.org.au/t/output-internal-sea-ice-temperatures-from-access-om2), ACCESS-OM2 [1deg_jra55_ryf](https://github.com/COSIMA/1deg_jra55_ryf) aborts when `f_tinz` …
-
.pio/libdeps/esp12e/OneWire_ID1/OneWire.cpp: In member function 'uint8_t OneWire::reset()':
.pio/libdeps/esp12e/OneWire_ID1/OneWire.cpp:167:24: warning: unused variable 'reg' [-Wunused-variable]
v…
-
In file included from src\main.cpp:9:
.pio\libdeps\esp12e\MicroOcpp\src/MicroOcpp.h:91:6: note: candidate: 'void mocpp_initialize(MicroOcpp::Connection&, const char*, std::shared_ptr, bool)'
91 |…
-
cant compile with new platformio
getting error
Compiling .pio\build\fysetc_e4\liba94\arduinoWebSockets\WebSockets.cpp.o
In file included from .pio\libdeps\fysetc_e4\arduinoWebSockets\src\Socket…
-
Hello,
I have a problem with binary signing which is related with secure OTA update in new version of esp8266Arduino core
Basically, to sign binaries, two activities are essential:
1. invoke …