-
```
We need to complete this FAQ. Its been pointed out that we don't specify
how often harvesting happens. This could go in FAQ Q6 and Implementers FAQ
Q20.
```
Original issue reported on code.goo…
-
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…
-
```
problem is, that the Arduino IDE converts all input to UTF8
u8g.print("zurück");
must be typed as
u8g.print("zur" "\xfc" "ck")
1) hex escaped
2) "" separated
questions: what about octal escapes?…