remove hello world

This commit is contained in:
2026-01-01 12:59:59 -06:00
parent 50e2557f3c
commit c19edcc569
2 changed files with 0 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ Encoder* bottomEnc = new Encoder(InputEnc_PIN_A, InputEnc_PIN_B);
Calibration calib;
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
if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) {