Consistent use of the F() macro comes to mind.
My understanding is that I can only use F() macro on certain prints likeSerial.print(F("temperature")). I tried it for some e.print() and I get this compiler error: invalid conversion from '__FlashStringHelper*' to 'int'. How can i be more consistent with F() macro?