Skip to content

Commit 2886a98

Browse files
committed
Squashed 'examples/UnitUnified/NFCA/' changes from be003e8..b26b44d
b26b44d Some tweaks git-subtree-dir: examples/UnitUnified/NFCA git-subtree-split: b26b44db78229cc61d8ddcb94c7df22433999e69
1 parent d4ceca7 commit 2886a98

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

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);

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)