Skip to content

Commit 8dcc6c5

Browse files
committed
fix typo
1 parent fa2c12c commit 8dcc6c5

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/03.nano/boards/nano-esp32/tutorials/esp-now

1 file changed

+1
-1
lines changed

content/hardware/03.nano/boards/nano-esp32/tutorials/esp-now/esp-now.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void setup() {
170170
}
171171
172172
// Once ESPNow is successfully Init, we will register for Send CB to
173-
// get the status of Trasnmitted packet
173+
// get the status of Transmitted packet
174174
esp_now_register_send_cb(OnDataSent);
175175
176176
// Register peer

0 commit comments

Comments
 (0)