robotzero1
robotzero1
Oh.. I used 1.2 which I think was when Brian moved to ArduinoJson 6. I don't know what differences 1.3 has.
@WolfEnders > **ESP32 TTGO T-Camera-Plus (board 'ESP32 Dev Module' with PSRAM)** How did you get this working? I've been going round in circles trying to chunk the data. I hacked...
Looking at contract.js , NETWORK is an environmental variable... ``` if (process.env.NETWORK == 'extdev') { return '9545242630824' } ``` So reading here: https://stackoverflow.com/questions/25112510/how-to-set-environment-variables-from-within-package-json it appears on Windows you need to...
Oh.. I've not explained properly. The code above does work but I want to be able to control the options for the two image objects in the query to give...
I'd tried something like that but I couldn't get it to work. However I discovered I can run more than one query in a component so instead of joining tables...