getting temperatures (and humidity and pressure) in centigrades (to avoid the float lib) is only available when compiling with FORCED_CLIMATE_ATTINY. However, that doesn't work on all boards/conditions where avoiding the float lib may still save some memory. Could there be two different defines? One for the use of tiny vs normal wire, the other for getting the int version of the read functions?
getting temperatures (and humidity and pressure) in centigrades (to avoid the float lib) is only available when compiling with FORCED_CLIMATE_ATTINY. However, that doesn't work on all boards/conditions where avoiding the float lib may still save some memory. Could there be two different defines? One for the use of tiny vs normal wire, the other for getting the int version of the read functions?