Search found 4 matches

by falcongoat
11 Jun 2020, 14:25
Forum: ESP Easy: General Discussion
Topic: ESPeasy & PlatformIO debugging question (other POVs welcome!)
Replies: 7
Views: 6846

Re: ESPeasy & PlatformIO debugging question (other POVs welcome!)

Thank you for taking the time to give all these insights to me. I had a hard time unpacking ESPEasyDevelopment wiki , but it all begins to fall into place now. Especially sifting through the src/ made a lot clearer. But I also realized that I have to brush up on some Arduino concepts again, because ...
by falcongoat
11 Jun 2020, 00:19
Forum: ESP Easy: General Discussion
Topic: ESPeasy & PlatformIO debugging question (other POVs welcome!)
Replies: 7
Views: 6846

Re: ESPeasy & PlatformIO debugging question (other POVs welcome!)

Thanks, that helped clear up some conceptual questions for me! And thanks again for pointing me to EventStruct.h, could have thought of that myself :oops: The structure isn't too complicated...BTW, what is the function of TaskIndex? Since OriginTaskIndex holds the caller's index, TaskIndex holds tha...
by falcongoat
10 Jun 2020, 15:49
Forum: ESP Easy: General Discussion
Topic: ESPeasy & PlatformIO debugging question (other POVs welcome!)
Replies: 7
Views: 6846

Re: ESPeasy & PlatformIO debugging question (other POVs welcome!)

Thanks for your quick feedback! Knowing me I almost probably chose the most convoluted way to solve my problem :) When I want to know how stuff works I like to tear it apart, look under the hood while it's running and poke it with a stick...I even read the docs most of the time :D But fun aside, is ...
by falcongoat
10 Jun 2020, 13:29
Forum: ESP Easy: General Discussion
Topic: ESPeasy & PlatformIO debugging question (other POVs welcome!)
Replies: 7
Views: 6846

ESPeasy & PlatformIO debugging question (other POVs welcome!)

Hi everyone, this is going to be a somewhat lengthy post, because I try to give you all the information neccessary while describing the project it is embedded in. What I thought to be a simple project got a bit out of hand now :) So I am looking for anyone interested in helping me wrapping my head a...