2 parents d8c5f3d + 2886a98 commit 5a49a4aCopy full SHA for 5a49a4a
2 files changed
examples/UnitUnified/NFCA/Emulation/main/Emulation.cpp
@@ -174,7 +174,6 @@ void setup()
174
M5_LOGI("getPin: SDA:%u SCL:%u", pin_num_sda, pin_num_scl);
175
Wire.end();
176
Wire.begin(pin_num_sda, pin_num_scl, 400 * 1000U);
177
- // Wire.begin(pin_num_sda, pin_num_scl, 1000 * 1000u);
178
if (!Units.add(unit, Wire) || !Units.begin()) {
179
M5_LOGE("Failed to begin");
180
lcd.clear(TFT_RED);
examples/UnitUnified/NFCA/NDEF/main/NDEF.cpp
@@ -320,6 +320,7 @@ void loop()
320
M5.Speaker.tone(4000, 30);
321
lcd.fillScreen(TFT_YELLOW);
322
write_ndef();
323
+ lcd.fillScreen(0);
324
}
325
M5.Log.printf("Please remove the PICC from the reader\n");
326
} else {
0 commit comments