ms 2b16211ef2 Fix sprintf overflows, integer sign handling, and clean up dead code
- Replace all sprintf with snprintf for buffer safety
- Fix rgI32/rgI16 sign extension using int32_t/int16_t casts
- Fix rgU32/rgU16 to use proper uint types and %u format
- Remove unused mbReg_Orno[] array and individual influx_send_* functions
- Fix MQTT topic for voltage fluctuation to match /energy/orno/ convention

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 20:38:45 +01:00
2026-02-14 20:20:51 +01:00
2026-02-08 21:24:03 +01:00
2026-02-14 19:40:38 +01:00
Description
No description provided
299 KiB
Languages
HTML 43.7%
C 33.8%
Python 20.7%
Shell 1.8%