Search found 2 matches
- Fri Jan 01, 2021 12:48 am
- Forum: ESP32 Arduino
- Topic: Pass Array in xTaskCreate()
- Replies: 2
- Views: 3450
Re: Pass Array in xTaskCreate()
Thank you that worked great!
- Thu Dec 31, 2020 9:27 am
- Forum: ESP32 Arduino
- Topic: Pass Array in xTaskCreate()
- Replies: 2
- Views: 3450
Pass Array in xTaskCreate()
I am trying to pass in the array of data that is created to the second core for sending over LoRa but am unable to get the syntax right. I commented all the important lines where the states[] array is used. Any help would be much appreciated. #include <Arduino.h> #include "heltec.h" #define BAND 915...