Files
espurna/code
Maxim Prokhorov 2240c4b393 btn(relay): assign only necessary buttons & fix ns usage
also fixes duplicated emplace_back that *sometimes* breaks single-source
build w/ older toolchains since it would reference the same section twice

> xtensa-lx106-elf/include/c++/4.8.2/bits/vector.tcc:405:31: error: __c causes a section type conflict with __c
>   _M_check_len(size_type(1), __EXCSTR("vector::_M_emplace_back_aux"));

(EXCSTR is specific to esp-quick-toolchain, forcing exc text into flash strings instead of using raw literals)
2025-12-05 03:42:58 +03:00
..
2022-05-05 17:50:21 +03:00
2019-07-11 00:34:17 +03:00
2025-06-01 06:08:18 +03:00
2025-06-03 21:25:44 +03:00
2019-07-11 00:34:17 +03:00