-
8
-
这个帖子是免费的程序员招聘服务。
如果你们团队正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、团队简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发贴人联系。
## 历史帖
- [谁在…
-
Sorry guys, but this issue doesn't fall neatly into the Bugrep ot missing feature categories, but it is closer to the latter.
### Key Issue
@jmattsson Johny has adopted a pragmatic view in respect…
-
If you try to attach an encoder module with the switch pin set to `nil` (unused) the system crashes.
Fixed with this:
```
diff --git a/components/sys/drivers/encoder.c b/components/sys/drivers/en…
xopxe updated
5 years ago
-
The text under:
https://github.com/whitecatboard/Lua-RTOS-ESP32/wiki/GDISPLAY-module#gdisplaysetorientorientation
Is a cut & paster error for the color stuff
-
in my fork of your old esp8266 branch of lua-rtos i designed a little other system of registering lua C-plugins.
current system links whole code archive without link-time optimisation. resulting ro…
-
Hi,
I have a ai-thinker.com esp32s devkit board (here's electrical schcematic http://pliki.propix.com.pl/images/nodemcu_esp-32s/nodemcu_32s_sch.png) with 4 MB of flash memory.
I've been able to …
yawor updated
5 years ago
-
Sample:
-- Setup a NEOPIXEL bus formed by 6 WS2812B leds, connected to GPIO14
neo = neopixel.**setup**(neopixel.WS2812B, pio.GPIO14, 6) **
-
After discussion in #806 (and as previously requested in #477) I have prototyped rBoot integration into nodemcu. You can find it here: https://github.com/raburton/nodemcu-firmware/tree/rboot
This all…
-
I try to compile LuaRTOS for the [TTGO-LORA32-v2](https://github.com/LilyGO/TTGO-LORA32-V2.0).
It compiles fine and I can confirm that the SD Reader and WIFI are working.
However - this module has…