Skip to content

Commit 0a29f24

Browse files
committed
Some improve from v1.2
1 parent 9d74e02 commit 0a29f24

File tree

6 files changed

+214
-222
lines changed

6 files changed

+214
-222
lines changed

cores/esp32/Arduino.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ uint16_t makeWord(byte h, byte l);
166166

167167
#define word(...) makeWord(__VA_ARGS__)
168168

169+
size_t getArduinoLoopTaskStackSize(void);
170+
#define SET_LOOP_TASK_STACK_SIZE(sz) size_t getArduinoLoopTaskStackSize() { return sz;}
171+
169172
unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout = 1000000L);
170173
unsigned long pulseInLong(uint8_t pin, uint8_t state, unsigned long timeout = 1000000L);
171174

0 commit comments

Comments
 (0)