analogRead(D35) reads 0, but from what i know the soil pin is D32 and it works, displays 0.8, when i hold my fingers around it displays around 0.4 so it works.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
What is the output of
analogRead(D35);
This should read the ADC which will be contected to the soil probe.