Initial integration with rmt (only wifi works rn)

This commit is contained in:
2025-07-12 22:45:57 -04:00
parent 6d2d646a0f
commit a6b8b57a3b
19 changed files with 412 additions and 56 deletions

View File

@@ -20,7 +20,7 @@
char s[21] = {'H', 'e', 'l', 'l', 'o', ' ', 'f', 'r', 'o', 'm', ' ', 't', 'h', 'e', ' ', 'B', 'O', 'A', 'R', 'D', '!' };
messaging_interface->send(s, 21, 1, 2, true);
messaging_interface->send(s, 21, 0, 2, true);
ESP_LOGI("MEM", "Free internal RAM: %d", heap_caps_get_free_size(MALLOC_CAP_8BIT));
ESP_LOGI("MEM", "Free PSRAM: %d", heap_caps_get_free_size(MALLOC_CAP_SPIRAM));