Skip to content

Commit

Permalink
remove unused compile definition
Browse files Browse the repository at this point in the history
  • Loading branch information
technyon committed Mar 24, 2023
1 parent 07b3cb7 commit 76fc96a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ set(LOG_LEVEL ARDUHAL_LOG_LEVEL_NONE)
add_compile_definitions(TLS_CA_MAX_SIZE=2200)
add_compile_definitions(TLS_CERT_MAX_SIZE=1500)
add_compile_definitions(TLS_KEY_MAX_SIZE=1800)
add_compile_definitions(TX_PAYLOAD_BUFFER_SIZE=6144)
add_compile_definitions(ESP_PLATFORM)
add_compile_definitions(ESP32)
add_compile_definitions(ARDUINO_ARCH_ESP32)
Expand Down

0 comments on commit 76fc96a

Please sign in to comment.