Tech Note 139 - Programming the ESP32/8266 using the C++ 'auto' keyword

Опубликовано: 09 Май 2026
на канале: G6EJD - David
4,265
240

Using the C++ 'auto' keyword enables the compiler to decide what a data type should be, it can be a useful tool for code maintenance, especially when future library changes are made and a library uses a different data type, then 'auto' will make the corrections for you.