Jeff
Jeff
Changes some print statements to allow building with python 3, and renames some of the directories in the build script to match the new SDK names. Solves #10
### Board ESP32-C3-DevKitM-1 ### Device Description Plain module ### Hardware Configuration No ### Version v3.0.4 ### IDE Name VSCode ### Operating System Ubuntu 24.04 ### Flash frequency 40MHz ### PSRAM...
```cpp #include "Arduino.h" #include "NimBLEDevice.h" extern "C" void app_main() { initArduino(); Serial.begin(115200); while(!Serial) ; NimBLEDevice::deinit(true); while(1) ; } ``` With this basic program, the device will continuously crash and reset....
### Platform Flutter Desktop Linux ### Obfuscation Disabled ### Debug Info Disabled ### Doctor ```bash [✓] Flutter (Channel stable, 3.32.4, on Ubuntu 24.04.2 LTS 6.8.0-62-generic, locale en_US.UTF-8) [170ms] • Flutter...
### Platform Flutter Desktop Windows ### Obfuscation Disabled ### Debug Info Disabled ### Doctor ```bash [√] Flutter (Channel stable, 3.32.7, on Microsoft Windows [Version 10.0.26100.4652], locale en-US) [419ms] • Flutter...