%d is for integers. %f is for floats but that's not supported on Arduino. You have to use dtostrf first to make the float into a char array and ...
確定! 回上一頁