| 259 | |
| 260 | private: |
| 261 | inline void sendDelay() { |
| 262 | if (delayTime>0) { |
| 263 | while(vectorDisplayMillis()-lastSend < delayTime) ; |
| 264 | lastSend = vectorDisplayMillis(); |
| 265 | } |
| 266 | } |
| 267 | |
| 268 | public: |
| 269 | int textsize = 1; |
nothing calls this directly
no test coverage detected