Update upload port to COM5 and remove IRAM_ATTR from printBits

This commit is contained in:
2026-05-07 09:33:24 +02:00
parent 46d20b0ebc
commit cc915e0327
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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");