Search found 2 matches
- Fri Oct 25, 2019 11:14 am
- Forum: ESP-IDF
- Topic: Issue with multiple stages test cases
- Replies: 0
- Views: 2375
Issue with multiple stages test cases
Hello, first: thanks so much for the advances in unit testing, last time I tried it, it seemed pretty complicated, that works better now :-) Next I would like to add "multiple stages test cases" i.e. communication between boards to my projects and I ran into a couple of issues there. I follow this d...
- Thu Nov 08, 2018 3:51 pm
- Forum: Sample Code
- Topic: gapp_server example: obscure code/logic
- Replies: 1
- Views: 5263
gapp_server example: obscure code/logic
Hello, I am wondering about a few lines in the gatts_server example: https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/gatt_server/main/gatts_demo.c static uint8_t adv_config_done = 0; #define adv_config_flag (1 << 0) #define scan_rsp_config_flag (1 << 1) In the gatts_profile_a_eve...