Search found 1 match

by robertpoll
Sat Apr 11, 2020 9:33 am
Forum: ESP32 Arduino
Topic: Esp.h wrapper functions
Replies: 1
Views: 3941

Esp.h wrapper functions

Hi, Just wanted to get some clarification on the Esp.h library. I can see that some of the functions add some value to the esp-idf functions they wrap - for example: getChipRevision() extracts the revision from the chip_info struct. Some, like flashWrite() don't really add any value, which is fine, ...