pure encoder test working on pins d5 and d6

This commit is contained in:
2025-12-28 12:46:10 -06:00
parent 9c64f91bcc
commit 12b38f15f1
4 changed files with 92 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
#include "socketIO.hpp"
#include "encoder.hpp"
extern "C" void app_main() {
void mainApp() {
printf("Hello ");
esp_err_t ret = nvs_flash_init(); // change to secure init logic soon!!
// 2. If NVS is full or corrupt (common after flashing new code), erase and retry