Replies: 1 comment
-
The critical part is to configure the upload protocol as "espota" (yes it's heavily borrowed from the ESP8266/32 OTA tool). Pretty much always you want to have two environments: One to upload via USB, one to upload via OTA. The "arduino-ota" example in the platform demonstrates exactly that. https://github.com/maxgerhardt/platform-raspberrypi/blob/develop/examples/arduino-ota/platformio.ini |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
sorry if this is not the right place to ask this, but I am trying to update the sketch on my RP2350 directly from PlatformIO via WiFi. I already made myself familiar with the ArduinoOTA library, but I am missing the part how I can send a new version of my sketch to the board from PlatformIO.
My current ini is:
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions