List of commits:
Subject Hash Author Date (UTC)
maintaince eab2557c1c0fbfb1df5b8b38af229b810be691fc zhanzr 2018-08-04 18:08:39
maintaince 9735c9025f877485b7fba7d68cee37342eb2bc41 zhanzr 2018-08-04 18:07:52
maintaince 1045165526407dec48797d66751a06dbe94257fb zhanzr 2018-08-04 18:06:59
hellow word, printf from serial port. 6818f08e563aefc70c9bc9ef18852149e080d237 zhanzr 2018-08-04 18:03:27
blink demo. bc35d066c34d62eb527f29af81a9907a960e23bd zhanzr 2018-08-04 17:34:03
Commit eab2557c1c0fbfb1df5b8b38af229b810be691fc - maintaince
Author: zhanzr
Author date (UTC): 2018-08-04 18:08
Committer name: zhanzr
Committer date (UTC): 2018-08-04 18:08
Parent(s): 9735c9025f877485b7fba7d68cee37342eb2bc41
Signing key:
Tree: f5385a4159f88490f51df7475e1e11cf004b0095
File Lines added Lines deleted
hello_world/main/hello_world_main.c 0 2
File hello_world/main/hello_world_main.c changed (mode: 100644) (index e5cc89b..a6cd3ba)
... ... const uint8_t LED_R_GPIO = 19;
19 19 void blink_task(void *pvParameter) void blink_task(void *pvParameter)
20 20 { {
21 21 uint8_t blink_io = (uint8_t)pvParameter; uint8_t blink_io = (uint8_t)pvParameter;
22
23 22 /* Configure the IOMUX register for pad BLINK_GPIO (some pads are /* Configure the IOMUX register for pad BLINK_GPIO (some pads are
24 23 muxed to GPIO on reset already, but some default to other muxed to GPIO on reset already, but some default to other
25 24 functions and need to be switched to GPIO. Consult the functions and need to be switched to GPIO. Consult the
 
... ... void app_main()
66 65 // fflush(stdout); // fflush(stdout);
67 66 // esp_restart(); // esp_restart();
68 67 } }
69
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/zhanzr/esp32_radio_demo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/zhanzr/esp32_radio_demo

Clone this repository using git:
git clone git://git.rocketgit.com/user/zhanzr/esp32_radio_demo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main