Skip to content

Commit

Permalink
remove typo from platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Nov 5, 2023
1 parent bf6efd1 commit a9fc00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ board = m5stick-c
lib_deps = ${env.lib_deps}
build_flags =
-D BOARD_M5STICK_CANUNIT -D HAS_RTC -D HAS_M5LCD
${env.build_flags}${sensors.lib_deps}
${env.build_flags}
upload_port = /dev/esp32
upload_protocol = esptool

Expand Down

0 comments on commit a9fc00c

Please sign in to comment.