Skip to content

Instantly share code, notes, and snippets.

View rngtng's full-sized avatar
😎
Einfach Machen…

Tobias Bielohlawek rngtng

😎
Einfach Machen…
View GitHub Profile
@rngtng
rngtng / README.md
Last active August 13, 2020 11:18
DASH Button OTA Standalone

I don't get DASH button with OTA ins standalone working. ASAP I add the pwr_en PIN the boot process stops. When I re-connect to creator pro (just GND & reset) it works.

Feels like the battery is to weak or sth?

@rngtng
rngtng / Makefile
Created February 19, 2019 23:01
Testing mir:ror based on HIDapi 0.8.0-rc1
test: test.c
gcc -o test -lhidapi test.c
run: test
./test
@rngtng
rngtng / actions.http
Created December 5, 2021 20:51
Testing httpyac action sequence
{{
console.log('Global script')
}}
### Request1
{{
console.log('R1: Local script 1 ' + (typeof response !== 'undefined'));
}}