ChrisAbra
ChrisAbra
I'm still hitting this bug on 4.0 mono builds (havent tested regular yet)
Another vote for GitLab - we'd love to get started with DevOps center but this is our only limitation
This was also my first thought with how Custom Meals should work too, rather than having to calculate all the totals and enter them manuall, ideally we'd be able combine...
I just pulled the releaseCandidate branch and tried to install it as a temporary addon (manifest-firefox.json and manifest.json) but was getting this error:  edit: also got the same with...
yep, different error this time. There was an error during the temporary add-on installation. Error details Extension is invalid Reading manifest: Error processing web_accessible_resources.0: Expected string instead of {"resources":["popup.html","data-export.html","data-import.html","inspect.html","metadata-retrieve.html","metadata-retrieve-legacy.html","explore-api.html","rest-explore.html","limits.html","field-creator.html","options.html","event-monitor.html"],"matches":["https://*.salesforce.com/*","https://*.salesforce-setup.com/*","https://*.visual.force.com/*","https://*.vf.force.com/*","https://*.lightning.force.com/*","https://*.cloudforce.com/*","https://*.visualforce.com/*","https://*.sfcrmapps.cn/*","https://*.sfcrmproducts.cn/*","https://*.salesforce.mil/*","https://*.visual.force.mil/*","https://*.vf.force.mil/*","https://*.lightning.force.mil/*","https://*.cloudforce.mil/*","https://*.visualforce.mil/*","https://*.crmforce.mil/*","https://*.lightning.force.com.mcas.ms/*","https://*.force.com/*","https://*.builder.salesforce-experience.com/*"],"extension_ids":[]} edit:...
 @dollarSignUsername 's instructions worked for me to install as temporary too. Will try it out but unsure if this will affect what we're actually testing.
Yep, done the same fix above for 1.26/main. I'll do it before i discover the 1.27 features so i dont feel too left out and let you know if i...
Hi, im still getting this issue. using an ESP32-S3. It should have PSRAM, added the "-DBOARD_HAS_PSRAM" buildflag too in PlatformIO, and other streams are working fine.
Hmm - im still not getting sound or an error - on an older ESP32 i was getting a PSRAM warning. This is a N16R8, 8M of PSRAM. These are...
```ini [env:esp32-s3-devkitc-1-n16r8v] platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip board = esp32-s3-devkitc1-n16r8 framework = arduino lib_deps = https://github.com/schreibfaul1/ESP32-audioI2S.git https://github.com/tzapu/WiFiManager https://github.com/ESP32Async/AsyncTCP https://github.com/ESP32Async/ESPAsyncWebServer https://github.com/mathertel/OneButton monitor_speed = 115200 monitor_filters = esp32_exception_decoder board_build.partitions = huge_app.csv build_flags = -DARDUINO_USB_MODE=1...