Search found 4 matches
- Tue Dec 26, 2017 9:09 am
- Forum: General Discussion
- Topic: regex?
- Replies: 5
- Views: 9015
Re: regex?
I am not using c++ I'd really like to but I run into errors when I include normal c libraries. I thought they were 100% compatible
- Mon Dec 25, 2017 10:32 am
- Forum: General Discussion
- Topic: regex?
- Replies: 5
- Views: 9015
regex?
is there any way i can uses regular expressions on the esp32? i need to parse a ftp list and it seems like the best way to do it, i even got the regular expression written up
- Mon Dec 25, 2017 10:31 am
- Forum: General Discussion
- Topic: Wifi.begin crashes device
- Replies: 2
- Views: 5997
Re: Wifi.begin crashes device
you were RIGHT! i got it up and running after removing some usb devices
- Sat Dec 23, 2017 12:35 am
- Forum: General Discussion
- Topic: Wifi.begin crashes device
- Replies: 2
- Views: 5997
Wifi.begin crashes device
Hello, I am relatively new to the esp32's development but I'm having trouble just getting started, it seems my module does not like it when I try to initialize the onboard wifi. it crashes and fails to give me any diagnostic data what so ever here is what I get from the monitor when using the IDF te...