Derrick Oswald
Derrick Oswald
Unsuccessfully tried to clone and run proximap: `$ npm install > [email protected] install code/proximap/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/linux-x64-72_binding.node Download complete..] - : Binary saved to code/proximap/node_modules/node-sass/vendor/linux-x64-72/binding.node Caching...
> Woodpecker https://woodpecker-ci.org/
The define constant CONFIG_ULP_COPROC_RESERVE_MEM probably needs to be changed to CONFIG_ESP32S3_ULP_COPROC_RESERVE_MEM and also also in src/include/ulptool/ulptool.h lines 29-35: ``` if (load_addr_bytes > CONFIG_ESP32S3_ULP_COPROC_RESERVE_MEM) { return ESP_ERR_INVALID_ARG; } if (load_addr_bytes +...
@mhier In my (linux) Arduino IDE installation, with the **Arduino Nano ESP32** board, I see only these constants (except for the ulptool directory): ``` ~/.arduino15 $ grep --recursive _COPROC_RESERVE_MEM *...
@mhier When I manually install the Espressif Arduino ESP32 development environment for linux from [docs.espressif.com](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#linux), the esp32s3 configuration uses the expected constant, but the esp32s2 configuration has the extended name...