Skip to content

Commit

Permalink
temporary changes for rp2040
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jan 23, 2025
1 parent 09d0517 commit ef6bd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libpacker/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ namespace TAR

while (file) {
const char* file_path =
#if defined ESP32 || defined ARDUINO_ARCH_RP2040
#if defined ESP32
file.path()
#elif defined ESP8266
#elif defined ESP8266 || defined ARDUINO_ARCH_RP2040
file.fullName()
#else
#error
Expand Down

0 comments on commit ef6bd6e

Please sign in to comment.