These are modified files to be able to compile the ble_mesh.ino example. Note that a compilation error will still occur as the libraries need to be recompiled with these configs.
This is based on the ESP-IDF Example
| /* | |
| * FormatSpecifiers.ino | |
| * | |
| * Format specifiers can vary depending on the architecture and the compiler. | |
| * | |
| * This sketch will print a table with the format specifiers for each type on | |
| * the current architecture and compiler. | |
| */ | |
| #include <Arduino.h> |
These are modified files to be able to compile the ble_mesh.ino example. Note that a compilation error will still occur as the libraries need to be recompiled with these configs.
This is based on the ESP-IDF Example