mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
Expand memory for OBPSensortask from 4k to 8k
This commit is contained in:
@@ -578,6 +578,6 @@ void sensorTask(void *param){
|
||||
|
||||
|
||||
void createSensorTask(SharedData *shared){
|
||||
xTaskCreate(sensorTask,"readSensors",4000,shared,3,NULL);
|
||||
xTaskCreate(sensorTask,"readSensors",8000,shared,3,NULL);
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user