Closed bryanmtdt closed 6 years ago
ESP32 platform had problems to compile with the MicroOLED because it already have a swap function. xtensa-esp32-elf/include/c++/5.2.0/bits/exception_ptr.h
The swapOLED worked fine on the ESP32 thing (cube test)
This looks good. swapOLED doesn't really need to be exposed in the header file, so I'm going to move it to the cpp.
swapOLED
Thanks for contributing! Sorry for the slow response.
ESP32 platform had problems to compile with the MicroOLED because it already have a swap function. xtensa-esp32-elf/include/c++/5.2.0/bits/exception_ptr.h
The swapOLED worked fine on the ESP32 thing (cube test)