Update upload port to COM5 and remove IRAM_ATTR from printBits
This commit is contained in:
+2
-2
@@ -25,14 +25,14 @@ lib_deps =
|
|||||||
|
|
||||||
[env:EG]
|
[env:EG]
|
||||||
extends = common
|
extends = common
|
||||||
upload_port = COM3
|
upload_port = COM5
|
||||||
build_flags =
|
build_flags =
|
||||||
${common.build_flags}
|
${common.build_flags}
|
||||||
-D VERSION_DG_ONLY=0
|
-D VERSION_DG_ONLY=0
|
||||||
|
|
||||||
[env:DG]
|
[env:DG]
|
||||||
extends = common
|
extends = common
|
||||||
upload_port = COM3
|
upload_port = COM5
|
||||||
build_flags =
|
build_flags =
|
||||||
${common.build_flags}
|
${common.build_flags}
|
||||||
-D VERSION_DG_ONLY=1
|
-D VERSION_DG_ONLY=1
|
||||||
|
|||||||
@@ -243,7 +243,7 @@ bytes received from woolworth temp
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
IRAM_ATTR void ReceiverFunkThermometer::printBits(void)
|
void ReceiverFunkThermometer::printBits(void)
|
||||||
{
|
{
|
||||||
Serial.println("");
|
Serial.println("");
|
||||||
Serial.println("T_RH");
|
Serial.println("T_RH");
|
||||||
|
|||||||
Reference in New Issue
Block a user