I hereby claim:
- I am ketan on github.
- I am ketan (https://keybase.io/ketan) on keybase.
- I have a public key whose fingerprint is FA2D 5FCC E746 AADC 2BDB 5F24 90BB CBEB FC8D EBFC
To claim this, I am signing this object:
| diff --git a/platformio.ini b/platformio.ini | |
| index e60f0d7b..dba29771 100644 | |
| --- a/platformio.ini | |
| +++ b/platformio.ini | |
| @@ -2,8 +2,9 @@ | |
| ; https://docs.platformio.org/page/projectconf.html | |
| [platformio] | |
| -default_envs = tbeam | |
| -;default_envs = pico |
| #include <Arduino.h> | |
| #include <BleKeyboard.h> | |
| #include <NimBLEDevice.h> | |
| NimBLEScan *pBLEScan; | |
| BleKeyboard bleKeyboard("Bosch keyboard"); | |
| void setup() { | |
| Serial.begin(115200); | |
| Serial.println("ESP32 BLE"); |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Run in go using - | |
| # <exec command="bash"> | |
| # <arg>-c</arg> | |
| # <arg>curl -s https://gist.githubusercontent.com/ketan/2866a236596636311d64/raw/ansi-color-test.sh | bash</arg> | |
| # </exec> | |
| echo "<script>console.log('42')</script>" |