Jeff Freedman

Results 5 comments of Jeff Freedman

I am joining late, but have a similar use case I am looking at. I want to be able to easily access saved settings on power up, without overwriting them...

I updated the code to read the JSON, and change the defaults to previously saved values. I am still lost on how to force a connection later without a button....

I am making a controller for a light to change color based on blood sugar for a diabetic, and I want to make it easy for people to configure if...

I will try a simpler version of my code tomorrow. To be clear - what example should I follow? I did have lots of code snippets running around as got...

this worked for me (Finally) pinMode(POWER_HOLD_PIN,OUTPUT); digitalWrite(POWER_HOLD_PIN,HIGH); gpio_hold_en(GPIO_NUM_12); // tell the esp to keep pin high even in sleep esp_deep_sleep_start();