Skip to content

Commit 5a49a4a

Browse files
committed
Merge commit '2886a9802fc61d6bd42802d5101974590d0e47af' into develop
2 parents d8c5f3d + 2886a98 commit 5a49a4a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

examples/UnitUnified/NFCA/Emulation/main/Emulation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ void setup()
174174
M5_LOGI("getPin: SDA:%u SCL:%u", pin_num_sda, pin_num_scl);
175175
Wire.end();
176176
Wire.begin(pin_num_sda, pin_num_scl, 400 * 1000U);
177-
// Wire.begin(pin_num_sda, pin_num_scl, 1000 * 1000u);
178177
if (!Units.add(unit, Wire) || !Units.begin()) {
179178
M5_LOGE("Failed to begin");
180179
lcd.clear(TFT_RED);

examples/UnitUnified/NFCA/NDEF/main/NDEF.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ void loop()
320320
M5.Speaker.tone(4000, 30);
321321
lcd.fillScreen(TFT_YELLOW);
322322
write_ndef();
323+
lcd.fillScreen(0);
323324
}
324325
M5.Log.printf("Please remove the PICC from the reader\n");
325326
} else {

0 commit comments

Comments
 (0)