Hi all, having issues with compiling. I can compile and upload code onto esp32 just find through arduino IDE. However, when using platformio with the following ini i receive the errors that in my void setup…
error: ‘analogSetCycles’ was not declared in this scope.
error: 'analogSetSamples was not declared in this scope.
ini is
[env:heltec_wifi_lora_32_V2]
platform = espressif32
board = heltec_wifi_lora_32_V2
framework = arduino
lib_deps =
heltecautomation/Heltec ESP32 Dev-Boards@1.1.0