Post #1725886
2026-04-26 15:03 UTC
Handling OBS WebSocket Authentication is wild on ESP32, due to no standardized way of handling strings (String vs. char[] vs. char* vs. const char* vs. unsigned char...). Every library wants something else, some also throw byte[] in the mix 🤮
Replies (1)
-
@AliveDevil@tauri.earth 2026-04-26 15:29
@DJGummikuh That would also be the case on any other C/C++-project, not just ESP32.