Search found 2 matches
- Wed Apr 13, 2022 3:29 am
- Forum: Report Bugs
- Topic: Is this a bug Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
- Replies: 1
- Views: 8462
Is this a bug Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
I have a basic code writing on a SD card with a method called appendToIt that I call at the end o setup several times and it works no problem. But when I try to call the same method (just once) in the loop void loop() { if (firstTime) { Serial.println(" try print in loop first time "); firstTime = f...
- Fri Jul 09, 2021 4:59 am
- Forum: ESP-IDF
- Topic: visual programming for ESP
- Replies: 1
- Views: 3109
visual programming for ESP
Hi, I'm building an open source device that could produce some of the substances needed for biological research including COVID testing but it could do much more than that. This is just a hobby for me but it's a pretty serious hobby and I hope it will make a real difference in the world. Here is whe...