** Function name: _setup_gpio() ** Location: main.cpp ** Description: initial setup for the device ***************************************************************************************/
| 10 | ** Description: initial setup for the device |
| 11 | ***************************************************************************************/ |
| 12 | void _setup_gpio() { |
| 13 | M5.begin(); // Need to test if SDCard inits with the new setup |
| 14 | } |
| 15 | |
| 16 | /*************************************************************************************** |
| 17 | ** Function name: getBattery() |